Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
working-directory: ./docs

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.GITHUB_TOKEN }} # GitHub token for authentication
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # Branch where your GitHub Pages content will be deployed
folder: ./docs/build # Path to the build output folder

publish_dir: ./docs/build # Path to the build output folder
cname: crestapps.github.io
Loading