Skip to content

Commit

Permalink
fix: deploy dir, and update actions-gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Jun 16, 2024
1 parent f48d3f8 commit 24b24d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: |
hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./book/public
publish_dir: ./docs/public
force_orphan: true
commit_message: ${{ github.event.head_commit.message }}

0 comments on commit 24b24d7

Please sign in to comment.