Automatically push docs with `make gh-pages`

This commit is contained in:
Kim Silkebækken 2012-12-17 15:32:22 +01:00
parent df0244700c
commit 37b43a77fc
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ gh-pages:
rm -rf _build ${GH_PAGES_SOURCES}
git add ..
git commit -m "Create gh-pages for '`git log develop -1 --pretty=oneline --abbrev-commit`'"
#git push origin gh-pages
git push origin gh-pages
git checkout ${GH_SOURCE_BRANCH}