Fix to deploy
This commit is contained in:
parent
23569645a9
commit
14d87cf1fb
1 changed files with 2 additions and 2 deletions
|
|
@ -18,12 +18,12 @@ git checkout gh-pages
|
||||||
# remove all but the build dir
|
# remove all but the build dir
|
||||||
ls -Q | grep -v build | xargs rm -Rf
|
ls -Q | grep -v build | xargs rm -Rf
|
||||||
|
|
||||||
mv build/html/versions/* .
|
cp -Rf build/html/versions/* .
|
||||||
# docs/build is in .gitignore so will not be included
|
# docs/build is in .gitignore so will not be included
|
||||||
git add .
|
git add .
|
||||||
|
|
||||||
# TODO automate this?
|
# TODO automate this?
|
||||||
ln -s 1.0-dev docs/latest
|
ln -s 1.0-dev latest
|
||||||
|
|
||||||
git add docs/*
|
git add docs/*
|
||||||
git commit -a -m "Updated HTML docs"
|
git commit -a -m "Updated HTML docs"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue