We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e156d commit 081e5b8Copy full SHA for 081e5b8
.github/workflows/pages.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Setup Pages
41
uses: actions/configure-pages@v2
42
- name: Upload artifact
43
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
44
with:
45
path: "./static"
46
- name: Deploy to GitHub Pages
0 commit comments