Make sure latest link is in github
This commit is contained in:
parent
5095bec809
commit
c2bb7b59fe
1 changed files with 3 additions and 4 deletions
|
|
@ -19,13 +19,12 @@ git checkout gh-pages
|
||||||
ls -Q | grep -v build | xargs rm -Rf
|
ls -Q | grep -v build | xargs rm -Rf
|
||||||
|
|
||||||
cp -Rf build/html/* .
|
cp -Rf build/html/* .
|
||||||
# docs/build is in .gitignore so will not be included
|
|
||||||
git add .
|
|
||||||
git st
|
|
||||||
|
|
||||||
# TODO automate this?
|
# TODO automate this?
|
||||||
ln -s 1.0-dev latest
|
ln -s 1.0-dev latest
|
||||||
|
|
||||||
|
# docs/build is in .gitignore so will not be included
|
||||||
|
git add .
|
||||||
|
|
||||||
git commit -a -m "Updated HTML docs"
|
git commit -a -m "Updated HTML docs"
|
||||||
|
|
||||||
echo "Skipping deployment"
|
echo "Skipping deployment"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue