chore: build docs

This commit is contained in:
DIYgod 2024-03-18 20:50:36 +08:00
parent 59f7e2d6f8
commit 628757d6e5
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ jobs:
- name: Pushes to docs repository - en
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.DOCS_SSH_DEPLOY_KEY }}
API_TOKEN_GITHUB: ${{ secrets.DOCS_API_TOKEN }}
with:
source-directory: './assets/build/docs/en'
target-directory: './src/routes'
@ -60,7 +60,7 @@ jobs:
- name: Pushes to docs repository - zh
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.DOCS_SSH_DEPLOY_KEY }}
API_TOKEN_GITHUB: ${{ secrets.DOCS_API_TOKEN }}
with:
source-directory: './assets/build/docs/zh'
target-directory: './src/zh/routes'