Skip to content

Commit fd05bb8

Browse files
problem:workflow
1 parent 76a8ef4 commit fd05bb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-and-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
- name: Download docs
6565
uses: actions/download-artifact@v4
6666
with:
67-
name: docs
68-
path: ./docs # 仅添加路径指定,确保解压到docs目录
67+
# name: docs
68+
path: docs # 仅添加路径指定,确保解压到docs目录
6969

7070
- name: Deploy to GitHub Pages
7171
uses: peaceiris/actions-gh-pages@v4
7272
with:
7373
github_token: ${{ secrets.GH_TOKEN }}
74-
publish_dir: ./docs # 仅修正部署目录为docs
74+
publish_dir: . # 仅修正部署目录为docs
7575

0 commit comments

Comments
 (0)