mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Fix incorrect command order of prepare-docs (#92)
The command order of prepare-docs is incorrect. We should prepare same version with different locale at once, otherwise the doc files for `zh-cn` in `i18n` folder will be incorrect. Before: (files in current is as same as version 1.19)  After:  Co-authored-by: Lunny Xiao <[email protected]> Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/92 Reviewed-by: Lunny Xiao <[email protected]> Reviewed-by: silverwind <[email protected]> Co-authored-by: yp05327 <[email protected]> Co-committed-by: yp05327 <[email protected]>
This commit is contained in:
committed by
silverwind
co-authored by
Lunny Xiao
parent
370bb063b7
commit
90d5800117
@@ -83,7 +83,7 @@ install:
|
||||
npm install
|
||||
|
||||
.PHONY: prepare-docs
|
||||
prepare-docs: install prepare-latest prepare\#21 prepare\#20 prepare\#19 prepare-latest-zh-cn prepare-zh-cn\#21 prepare-zh-cn\#20 prepare-zh-cn\#19 prepare-awesome-latest prepare-awesome\#19 prepare-awesome\#20 prepare-awesome\#21
|
||||
prepare-docs: install prepare-latest prepare-latest-zh-cn prepare\#21 prepare-zh-cn\#21 prepare\#20 prepare-zh-cn\#20 prepare\#19 prepare-zh-cn\#19 prepare-awesome-latest prepare-awesome\#19 prepare-awesome\#20 prepare-awesome\#21
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user