Skip to content

Commit f0405e2

Browse files
committed
fix: deployment failure
1 parent 7efbf8c commit f0405e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ jobs:
3636

3737
- name: Upload artifact
3838
# Automatically uploads an artifact from the './_site' directory by default
39-
uses: actions/upload-pages-artifact@v1
39+
uses: actions/upload-pages-artifact@v4
4040
with:
41+
name: docs
4142
path: book/
4243

4344
- name: Deploy to GitHub Pages
4445
id: deployment
45-
uses: actions/deploy-pages@v1
46+
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)