Skip to content

Commit

Permalink
chore: build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Mar 18, 2024
1 parent 59f7e2d commit 628757d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 628757d

Please sign in to comment.