Skip to content

Commit

Permalink
chore(ci): fix directory.json path error (#2339)
Browse files Browse the repository at this point in the history
Signed-off-by: Swilder-M <i@codming.com>
  • Loading branch information
Swilder-M authored Oct 19, 2023
1 parent 1f8bbb3 commit 5b51fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
mkdir -p frontend/docs/public/api/
cp -r docs-files/docs/en_US/* frontend/docs/en/${VERSION}/
cp -r docs-files/docs/zh_CN/* frontend/docs/zh/${VERSION}/
cp docs-files/directory.json frontend/docs/.vitepress/config/directory.json
cp docs-files/docs/directory.json frontend/docs/.vitepress/config/directory.json
- name: generate version config
run: |
Expand Down

0 comments on commit 5b51fb1

Please sign in to comment.