Skip to content

Commit a35b5ce

Browse files
committed
fix deploy
1 parent 02200c0 commit a35b5ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
with:
3434
path: site
3535
- name: Deploy to GitHub Pages
36-
uses: actions/deploy-pages@v4
36+
uses: JamesIves/github-pages-deploy-action@v4
37+
with:
38+
folder: site
39+
clean: true
3740
- name: Save build cache
3841
uses: actions/cache/save@v4
3942
with:

0 commit comments

Comments
 (0)