@@ -111,35 +111,36 @@ jobs:
111
111
run : bash patches/curl_stfp_patcher
112
112
shell : bash
113
113
if : success()
114
- - name : move_deploy_cross
114
+ - name : move_deploy_cli
115
115
run : |
116
116
mkdir -p $HOME/base
117
- cp docs/cross -gcc.md $HOME/base/README.md
118
- bash utils/SF_docs_deployer -t "cross " -f "base"
117
+ cp docs/base -gcc.md $HOME/base/README.md
118
+ bash utils/SF_docs_deployer -t "CLI " -f "base"
119
119
shell : bash
120
120
if : success()
121
- - name : move_deploy_native
121
+ - name : move_deploy_cross_64
122
122
run : |
123
123
mkdir -p $HOME/base
124
- cp docs/native-gcc .md $HOME/base/README.md
125
- bash utils/SF_docs_deployer -t "native " -f "base"
124
+ cp docs/gcc64 .md $HOME/base/README.md
125
+ bash utils/SF_docs_deployer -t "cross_64 " -f "base"
126
126
shell : bash
127
127
if : success()
128
- - name : move_deploy_cross_64
128
+ - name : move_deploy_native
129
129
run : |
130
130
mkdir -p $HOME/base
131
- cp docs/gcc64 .md $HOME/base/README.md
132
- bash utils/SF_docs_deployer -t "cross_64 " -f "base"
131
+ cp docs/native-gcc .md $HOME/base/README.md
132
+ bash utils/SF_docs_deployer -t "native " -f "base"
133
133
shell : bash
134
134
if : success()
135
- - name : move_deploy_cli
135
+ - name : move_deploy_cross
136
136
run : |
137
137
mkdir -p $HOME/base
138
- cp docs/base -gcc.md $HOME/base/README.md
139
- bash utils/SF_docs_deployer -t "CLI " -f "base"
138
+ cp docs/cross -gcc.md $HOME/base/README.md
139
+ bash utils/SF_docs_deployer -t "cross " -f "base"
140
140
shell : bash
141
141
if : success()
142
-
142
+
143
+
143
144
builder-docs_main :
144
145
name : Docs Main Deployer
145
146
runs-on : ubuntu-latest
0 commit comments