Skip to content

Commit 2ac767d

Browse files
authored
Update pages.yml
1 parent 5912a59 commit 2ac767d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- name: upload files
3636
uses: actions/upload-artifact@v2
3737
with:
38-
name: build-pages
39-
path: build
38+
name: doc-site
39+
path: doc-site
4040
retention-days: 1
4141
Deploy:
4242
needs: Build # 确保build 阶段完成
@@ -47,8 +47,8 @@ jobs:
4747
- name: download build files
4848
uses: actions/download-artifact@v2
4949
with:
50-
name: build-pages
51-
path: build
50+
name: doc-site
51+
path: doc-site
5252
- name: deploy
5353
uses: JamesIves/github-pages-deploy-action@v4.2.3
5454
with:

0 commit comments

Comments
 (0)