File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,21 @@ jobs:
37
37
with :
38
38
fetch-depth : 0 # Required for mkdocs to be able to display pages last update info
39
39
40
- # Clone
40
+ # Clone OpenAPI docs
41
41
- name : Checkout public repository
42
42
uses : actions/checkout@v2
43
43
with :
44
44
repository : daocloud/daocloud-api-docs
45
45
path : dao-openapi
46
46
fetch-depth : 0 # Required for mkdocs to be able to display pages last update info
47
+
48
+ # Clone Download docs
49
+ - name : Checkout public repository
50
+ uses : actions/checkout@v2
51
+ with :
52
+ repository : daocloud/daocloud-download-docs
53
+ path : daocloud-download-docs
54
+ fetch-depth : 0 # Required for mkdocs to be able to display pages last update info
47
55
48
56
- uses : actions/setup-python@v2
49
57
# - uses: actions/setup-python@v4
74
82
- run : cp -av dao-openapi/docs/openapi docs/zh/docs/
75
83
- run : python scripts/merged_nav.py
76
84
85
+ # merged download docs
86
+ - run : cp -av daocloud-download-docs/docs/zh/docs/download docs/zh/docs/
87
+ - run : cp -av daocloud-download-docs/docs/en/docs/download docs/en/docs/
88
+
77
89
# build docs
78
90
- run : pwd
79
91
- run : mkdocs build -f docs/zh/mkdocs.yml -d ../../public/
You can’t perform that action at this time.
0 commit comments