fix: deploy dir, and update actions-gh-pages

This commit is contained in:
ToruNiina
2024-06-16 20:20:44 +09:00
parent f48d3f81fe
commit 24b24d7fa9

View File

@@ -23,10 +23,10 @@ jobs:
run: | run: |
hugo --minify hugo --minify
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v4
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages publish_branch: gh-pages
publish_dir: ./book/public publish_dir: ./docs/public
force_orphan: true force_orphan: true
commit_message: ${{ github.event.head_commit.message }} commit_message: ${{ github.event.head_commit.message }}