Permalink
Cannot retrieve contributors at this time
12 lines (11 sloc)
240 Bytes
|
#! /bin/sh |
|
|
|
git checkout gh-pages |
|
git merge master |
|
cd doc/sphinx |
|
make -f Makefile.sphinx html |
|
cd ../.. |
|
rsync -av ./doc/sphinx/.build/html/* ./ |
|
git add . |
|
git commit -m "Update documentation" |
|
git push origin gh-pages |
|
git checkout master |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.