Skip to content

Commit 8b56401

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

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-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

docker-bake.hcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

197199
target "vt-build-all" {

0 commit comments

Comments
 (0)