Skip to content

Commit

Permalink
peaceiris/actions-gh-pages@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Jan 5, 2025
1 parent a8b6a0d commit 990146c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ jobs:

# Deploy to GitHub Pages
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
cname: book.rymcg.tech
force_orphan: true

notify:
needs: build
Expand Down

0 comments on commit 990146c

Please sign in to comment.