From 3c795186e239f4bd73f72ad8413ddd2149c634fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Fri, 27 Dec 2024 16:12:50 +0800 Subject: [PATCH] Update g.yaml --- .github/workflows/g.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: 提交并推送更改到目标仓库