Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
avoid git push.default warning when trying to push the generated site
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Jul 21, 2015
1 parent d58b15b commit 16298d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cp -rv ../docs/_book/* target/sitegen/guide && \
cd target/sitegen && \
git add * guide/* && \
git commit -m "generated website" && \
git push
git push origin gh-pages

#gitbook install ../docs --output=target/sitegen/guide && \

Expand Down

0 comments on commit 16298d3

Please sign in to comment.