Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
NIANIANKNIA committed Jun 16, 2024
1 parent 372dad3 commit a3b85e8
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

push-to-niaserver-docs-cn:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout NiaServer-Docs-CN
uses: actions/checkout@v2
with:
repository: 'Nia-Server/NiaServer-Docs-CN'
token: ${{ secrets.PUSH_REPO_TOKEN }}
path: 'NiaServer-Docs-CN'

- name: Copy files to NiaServer-Docs-CN
run: |
cp -r docs/.vuepress/dist/* NiaServer-Docs-CN/
- name: Push changes
uses: ad-m/github-push-action@master
with:
directory: NiaServer-Docs-CN
github_token: ${{ secrets.PUSH_REPO_TOKEN }}
branch: gh-pages


0 comments on commit a3b85e8

Please sign in to comment.