Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 18, 2024
1 parent e6569eb commit 530ba18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Deploy (koishi-plugin-docs)
if: ${{ github.repository == 'koishijs/docs' && github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.WORKFLOW_TOKEN }}
publish_branch: dist-docs
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Deploy
if: ${{ github.repository == 'koishijs/docs' && github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.WORKFLOW_TOKEN }}
external_repository: koishi-bot/koishi
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"@cordisjs/vitepress": "^3.2.7",
"@intlify/unplugin-vue-i18n": "^1.6.0",
"@koishijs/components": "^1.5.13",
"@koishijs/core": "^4.17.8",
"@koishijs/core": "^4.18.0",
"@koishijs/dns": "^1.0.1",
"@koishijs/market": "^4.2.5",
"@koishijs/registry": "^7.0.3",
"@types/node": "^20.11.30",
"@types/node": "^22.7.5",
"@types/spark-md5": "^3.0.4",
"@vueuse/core": "^10.9.0",
"@vueuse/core": "^10.11.0",
"cross-env": "^7.0.3",
"element-plus": "2.7.3",
"element-plus": "2.7.7",
"esbuild-register": "^3.5.0",
"koishi": "^4.17.8",
"koishi": "^4.18.0",
"markdown-it-mathjax3": "^4.3.2",
"marked-vue": "^1.3.0",
"typescript": "^5.4.3",
"typescript": "^5.6.2",
"vitepress": "1.2.2",
"vue-i18n": "^9.10.2"
}
Expand Down

0 comments on commit 530ba18

Please sign in to comment.