We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe5dda commit 124d846Copy full SHA for 124d846
.github/workflows/staticpublish.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Pages
31
uses: actions/configure-pages@v4
32
- name: Upload artifact
33
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v2
34
with:
35
path: 'site' # Specify the folder you want to deploy
36
- name: Deploy to GitHub Pages
0 commit comments