czon 0.6.6 → 0.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -125,7 +125,7 @@ class ConfigGithubCommand extends clipanion_1.Command {
|
|
|
125
125
|
async execute() {
|
|
126
126
|
try {
|
|
127
127
|
const targetDir = process.cwd();
|
|
128
|
-
const templatePath = 'templates
|
|
128
|
+
const templatePath = path.join(__dirname, '..', 'templates', 'pages.yml');
|
|
129
129
|
const targetPath = path.join(targetDir, '.github', 'workflows', 'pages.yml');
|
|
130
130
|
// 检查模板文件是否存在
|
|
131
131
|
try {
|