Skip to content

Commit dcaa45f

Browse files
authored
Update staticpublish.yml
1 parent 4648d8a commit dcaa45f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/staticpublish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Setup Pages
3131
uses: actions/configure-pages@v4
3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v2
33+
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
38-
uses: actions/deploy-pages@v3
38+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)