diff --git a/.github/workflows/g.yaml b/.github/workflows/g.yaml index fbd3aac..35892f5 100644 --- a/.github/workflows/g.yaml +++ b/.github/workflows/g.yaml @@ -44,7 +44,7 @@ jobs: # 步骤 6: 将生成的文件复制到目标仓库 - name: Copy generated files to target repository run: | - cp -r index/ target-repo/ + cp -r index/* target-repo/ cp -r assets/ target-repo/ # 步骤 7: 提交并推送更改到目标仓库