Skip to content

Commit

Permalink
Merge branch 'main' into hello_2024
Browse files Browse the repository at this point in the history
  • Loading branch information
MirrorCY authored Jan 28, 2024
2 parents 09255bb + d56c262 commit 0c69ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: ${{ github.repository == 'koishijs/docs' && github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.WORKFLOW_TOKEN }}
personal_token: ${{ secrets.WORKFLOW_TOKEN }}
publish_branch: dist-docs
publish_dir: .vitepress/dist
force_orphan: true
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
if: ${{ github.repository == 'koishijs/docs' && github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.WORKFLOW_TOKEN }}
personal_token: ${{ secrets.WORKFLOW_TOKEN }}
external_repository: koishi-bot/koishi
publish_branch: pages
publish_dir: .vitepress/dist
Expand Down

0 comments on commit 0c69ab5

Please sign in to comment.