Skip to content

Commit 185364a

Browse files
committed
#2455: REMOVE_ME: enable docs on PR
1 parent 829fbe9 commit 185364a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/build_cpp.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
201201
elif test "${VT_CI_BUILD:-0}" -eq 1
202202
then
203203
# Generate output file with compilation warnings and errors

0 commit comments

Comments
 (0)