Update g.yaml
This commit is contained in:
parent
95499d75ed
commit
3c795186e2
|
@ -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: 提交并推送更改到目标仓库
|
||||
|
|
Loading…
Reference in New Issue