mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 08:27:31 +08:00
fix: deploy dir, and update actions-gh-pages
This commit is contained in:
4
.github/workflows/document.yml
vendored
4
.github/workflows/document.yml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user