Skip to content

Commit 5f20454

Browse files
authored
Update doc.yml
1 parent e19813e commit 5f20454

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
uses: actions/upload-pages-artifact@v3
6161
with:
6262
path: docs/build/
63-
name: github-pages
6463

6564
# Deployment job
6665
deploy:
@@ -74,4 +73,4 @@ jobs:
7473
# This action expects an artifact named github-pages to have been created prior to execution.
7574
- name: Deploy to GitHub Pages
7675
id: deployment
77-
uses: actions/deploy-pages@v2
76+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)