Skip to content

Commit

Permalink
fix(ci): cp md file to i18n folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SSShooter committed Oct 22, 2024
1 parent 2633c97 commit 81c748c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- name: Copy build results to docs repository
run: |
cp -r ./md/* ./me-docs/docs/api
cp -r ./md/* ./me-docs/i18n/ja/docusaurus-plugin-content-docs/current
cp -r ./md/* ./me-docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current
- name: Push changes to docs repository
run: |
Expand Down

0 comments on commit 81c748c

Please sign in to comment.