We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6698fe commit 3fe5ddaCopy full SHA for 3fe5dda
.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@v4
+ uses: actions/upload-pages-artifact@v3
34
with:
35
path: 'site' # Specify the folder you want to deploy
36
- name: Deploy to GitHub Pages
0 commit comments