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 7291cf4 commit 54d2089Copy full SHA for 54d2089
.github/workflows/deploy-to-github-pages.yml
@@ -42,10 +42,10 @@ jobs:
42
- name: Setup Pages
43
uses: actions/configure-pages@v4
44
- name: Upload artifact
45
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
46
with:
47
# Upload entire repository
48
path: 'build'
49
- name: Deploy to GitHub Pages
50
id: deployment
51
- uses: actions/deploy-pages@v3
+ uses: actions/deploy-pages@v4
0 commit comments