Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 805e48f

Browse files
committed
ci: Force push to gh-pages
* Avoids issues when multiple commits get added to master and one's docs build is in progress before the other kicks off. Signed-off-by: John Andersen <[email protected]>
1 parent 0726211 commit 805e48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function run_docs() {
185185
export GIT_SSH_COMMAND="${GIT_SSH_COMMAND} -o IdentityFile=~/.ssh/github_dffml"
186186

187187
git remote set-url origin [email protected]:intel/dffml
188-
git push
188+
git push -f
189189

190190
cd -
191191

0 commit comments

Comments
 (0)