Skip to content

Commit 59d7374

Browse files
authored
Update staticpublish.yml
1 parent 90b65ac commit 59d7374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staticpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Upload artifact
3333
uses: actions/upload-pages-artifact@v3
3434
with:
35-
path: 'site' # Specify the folder you want to deploy
35+
path: './site' # Specify the folder you want to deploy
3636
- name: Deploy to GitHub Pages
3737
id: deployment
3838
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)