Automatically push docs with `make gh-pages`
This commit is contained in:
parent
df0244700c
commit
37b43a77fc
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue