File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -188,16 +188,16 @@ then
188188
189189 " $MCSS /documentation/doxygen.py" Doxyfile-mcss
190190
191- if test " ${GIT_BRANCH:- } " = " develop"
192- then
191+ # if test "${GIT_BRANCH:-}" = "develop"
192+ # then
193193 cp -R docs " $GHPAGE "
194194 cd " $GHPAGE "
195195 git config --global user.email
" [email protected] " 196196 git config --global user.name " Jonathan Lifflander"
197197 git add docs
198198 git commit --allow-empty -m " Update docs (auto-build)"
199199 git push origin master
200- fi
200+ # fi
201201elif test " ${VT_CI_BUILD:- 0} " -eq 1
202202then
203203 # Generate output file with compilation warnings and errors
Original file line number Diff line number Diff line change @@ -192,6 +192,8 @@ target "vt-build" {
192192 ulimits = [
193193 " core=0"
194194 ]
195+
196+ secret = [" id=GITHUB_TOKEN,env=GITHUB_TOKEN" ]
195197}
196198
197199target "vt-build-all" {
You can’t perform that action at this time.
0 commit comments