Skip to content

Commit

Permalink
fix: add force to ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Jul 18, 2018
1 parent 43a67ea commit a35b7eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/deploy-wiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ git add -A
# now commit, ignoring branch gh-pages doesn't seem to work, so trying skip
git commit --allow-empty -m "Deploy to GitHub pages [ci skip]"
# and push, but send any output to /dev/null to hide anything sensitive
git push --quiet codiusd master
git push --quiet codius master
git push --quiet codiuswiki master
git push --force --quiet codiusd master
git push --force --quiet codius master
git push --force --quiet codiuswiki master
# go back to where we started and remove the gh-pages git repo we made and used
# for deployment
cd ..
Expand Down

0 comments on commit a35b7eb

Please sign in to comment.