diff --git a/scripts/publish-docs.sh b/scripts/publish-docs.sh index abf0346..b5879e4 100755 --- a/scripts/publish-docs.sh +++ b/scripts/publish-docs.sh @@ -23,7 +23,7 @@ touch . echo -e "Pushing changes to gh-pages" git add -A . -git commit -m "rebuild pages at ${rev}" --quiet +git commit -m "rebuild pages" --quiet git push -q upstream HEAD:gh-pages echo -e "Deployed docs to GitHub Pages"