Skip to content

Commit

Permalink
Remove build in gh-pages make source
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamrick committed Jan 3, 2014
1 parent a4c416a commit 2940cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gh-pages:
python setup.py build_ext --inplace
make -C docs html
mv -fv docs/_build/html/* .
rm -rf $(GH_PAGES_SOURCES) README.rst
rm -rf $(GH_PAGES_SOURCES) README.rst build
git add -A
git ci -m "Generated gh-pages for `git log master -1 --pretty=short --abbrev-commit`" && git push origin gh-pages
git checkout master

0 comments on commit 2940cac

Please sign in to comment.