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 4648d8a commit dcaa45fCopy full SHA for dcaa45f
.github/workflows/staticpublish.yml
@@ -30,9 +30,9 @@ jobs:
30
- name: Setup Pages
31
uses: actions/configure-pages@v4
32
- name: Upload artifact
33
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
34
with:
35
- path: 'site' # Specify the folder you want to deploy
+ path: './site' # Specify the folder you want to deploy
36
- name: Deploy to GitHub Pages
37
id: deployment
38
- uses: actions/deploy-pages@v3
+ uses: actions/deploy-pages@v4
0 commit comments