diff --git a/docs/deploy.sh b/docs/deploy.sh index 5f4b16edf5..19d894812c 100644 --- a/docs/deploy.sh +++ b/docs/deploy.sh @@ -19,13 +19,12 @@ git checkout gh-pages ls -Q | grep -v build | xargs rm -Rf cp -Rf build/html/* . -# docs/build is in .gitignore so will not be included -git add . -git st - # TODO automate this? 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" echo "Skipping deployment"