We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37c2e9 commit f042fc5Copy full SHA for f042fc5
.github/workflows/deploy.yml
@@ -26,9 +26,9 @@ jobs:
26
working-directory: ./docs
27
28
- name: Deploy to GitHub Pages
29
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
30
with:
31
- personal_token: ${{ secrets.GITHUB_TOKEN }} # GitHub token for authentication
+ github_token: ${{ secrets.GITHUB_TOKEN }}
32
branch: gh-pages # Branch where your GitHub Pages content will be deployed
33
- folder: ./docs/build # Path to the build output folder
34
-
+ publish_dir: ./docs/build # Path to the build output folder
+ cname: crestapps.github.io
0 commit comments