Skip to content

Commit f042fc5

Browse files
authored
Update Document deployment to Github Pages (#213)
1 parent e37c2e9 commit f042fc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
working-directory: ./docs
2727

2828
- name: Deploy to GitHub Pages
29-
uses: peaceiris/actions-gh-pages@v3
29+
uses: peaceiris/actions-gh-pages@v4
3030
with:
31-
personal_token: ${{ secrets.GITHUB_TOKEN }} # GitHub token for authentication
31+
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
branch: gh-pages # Branch where your GitHub Pages content will be deployed
33-
folder: ./docs/build # Path to the build output folder
34-
33+
publish_dir: ./docs/build # Path to the build output folder
34+
cname: crestapps.github.io

0 commit comments

Comments
 (0)