We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19813e commit 5f20454Copy full SHA for 5f20454
.github/workflows/doc.yml
@@ -60,7 +60,6 @@ jobs:
60
uses: actions/upload-pages-artifact@v3
61
with:
62
path: docs/build/
63
- name: github-pages
64
65
# Deployment job
66
deploy:
@@ -74,4 +73,4 @@ jobs:
74
73
# This action expects an artifact named github-pages to have been created prior to execution.
75
- name: Deploy to GitHub Pages
76
id: deployment
77
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments