Skip to content

Commit

Permalink
fix: copy shell
Browse files Browse the repository at this point in the history
Signed-off-by: laixingyou <[email protected]>
  • Loading branch information
coder-sett committed Oct 13, 2023
1 parent 9780ff3 commit dce8a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ rsync -a --delete --exclude={'.github'} modules_i18n/docs-zh/ i18n/zh/docusaurus
# zh community
rsync -a --delete --exclude={'.github'} modules_i18n/community-zh/ i18n/zh/docusaurus-plugin-content-docs/current/community/
# zh blog
rsync -a --delete --exclude={'.github','options.json'} modules_i18n/community-zh/blog/ i18n/zh/docusaurus-plugin-content-blog/
rsync -a --exclude={'.github'} modules_i18n/community-zh/blog/ i18n/zh/docusaurus-plugin-content-blog/

1 comment on commit dce8a02

@vercel
Copy link

@vercel vercel bot commented on dce8a02 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.