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 90b65ac commit 59d7374Copy full SHA for 59d7374
.github/workflows/staticpublish.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Upload artifact
33
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
0 commit comments