diff --git a/docs/deploy.sh b/docs/deploy.sh index 39f012c453..7a424fe0c6 100644 --- a/docs/deploy.sh +++ b/docs/deploy.sh @@ -21,15 +21,13 @@ ls -Q | grep -v build | xargs rm -Rf cp -Rf build/html/versions/* . # docs/build is in .gitignore so will not be included git add . +git st # TODO automate this? ln -s 1.0-dev latest -git add docs/* git commit -a -m "Updated HTML docs" -mv build docs/ - echo "Skipping deployment" # git push origin gh-pages