Update g.yaml

This commit is contained in:
浪子 2024-12-27 16:12:50 +08:00
parent 95499d75ed
commit 3c795186e2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
# 步骤 6: 将生成的文件复制到目标仓库 # 步骤 6: 将生成的文件复制到目标仓库
- name: Copy generated files to target repository - name: Copy generated files to target repository
run: | run: |
cp -r index/ target-repo/ cp -r index/* target-repo/
cp -r assets/ target-repo/ cp -r assets/ target-repo/
# 步骤 7: 提交并推送更改到目标仓库 # 步骤 7: 提交并推送更改到目标仓库