Skip to content

Commit 4c1c56e

Browse files
committed
change gh-deploy method
1 parent ce9de64 commit 4c1c56e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gh-pages-deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: npm run build
2727

2828
- name: Deploy to GitHub Pages
29-
run: npm run deploy
29+
uses: peaceiris/actions-gh-pages@v3
3030
with:
31-
github_token: ${{ secrets.GITHUB_TOKEN }}
31+
github_token: ${{ secrets.GITHUB_TOKEN }}
32+
publish_dir: ./docs

0 commit comments

Comments
 (0)