We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec623f commit 437af5fCopy full SHA for 437af5f
1 file changed
.github/workflows/deploy-static.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Pages
31
uses: actions/configure-pages@v5
32
- name: Upload artifact
33
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
34
with:
35
path: '.'
36
- name: Deploy to GitHub Pages
0 commit comments