mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Bring back trans-copy.sh (#118)
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/118 Reviewed-by: delvh <[email protected]>
This commit is contained in:
@@ -33,7 +33,10 @@ prepare-awesome\#%:
|
||||
clone_main: clone
|
||||
cd .tmp/upstream-docs && git clean -f && git reset --hard && git checkout $(GITEA_LATEST_BRANCH)
|
||||
cur_path=`pwd`
|
||||
mkdir -p .tmp/upstream-docs/docs/scripts
|
||||
cp .trans-copy.sh .tmp/upstream-docs/docs/scripts/trans-copy.sh
|
||||
cd .tmp/upstream-docs/docs && bash scripts/trans-copy.sh
|
||||
rm .tmp/upstream-docs/docs/scripts/trans-copy.sh
|
||||
cd $(cur_path)
|
||||
bash check_outdated.sh zh-cn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user