Skip to content

Commit

Permalink
upload docs before committing
Browse files Browse the repository at this point in the history
  • Loading branch information
dlo committed Apr 15, 2012
1 parent d684ad3 commit 7229287
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 @@ -22,11 +22,11 @@ documentation:
cp docs/index.rst README.rst
sed -i '' 's/:ref://g' README.rst
cd docs && make html && cd _build/html && git add . && git commit -m "doc update" && git push
python setup.py upload_docs
cd ../../..
git add README.rst
git add docs
git commit -m "doc update"
python setup.py upload_docs

push:
git push github master
Expand Down

0 comments on commit 7229287

Please sign in to comment.