Skip to content

Commit 2aa6747

Browse files
committed
try to fix deploy to GH pages
1 parent 84dea53 commit 2aa6747

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
uses: actions/upload-pages-artifact@v3
4747
with:
4848
path: './_build/html'
49-
- name: Deploy to GitHub Pages
50-
id: deployment
51-
uses: actions/deploy-pages@v4
49+
- name: GitHub Pages action
50+
uses: peaceiris/actions-gh-pages@v3
51+
with:
52+
github_token: ${{ secrets.GITHUB_TOKEN }}
53+
publish_dir: _build/html

0 commit comments

Comments
 (0)