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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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/pages.yml';
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "czon",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "CZone - AI enhanced Markdown content engine",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",