Skip to content

Commit

Permalink
fix: update docs.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
阮文涛 committed Oct 17, 2023
1 parent d31273c commit 9786a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
uses: longbridgeapp/feishu-pages@main
- name: Build Pages
run: |
cp -r dist/docs ./
cp dist/docs.json ./
cp -r dist/docs/* docs/
cp dist/docs.json docs/
yarn
yarn autocorrect --fix docs/
yarn translate
Expand Down
1 change: 0 additions & 1 deletion docs.json

This file was deleted.

0 comments on commit 9786a4b

Please sign in to comment.