fix of deploy
This commit is contained in:
parent
1039e6e88f
commit
4cddeaa9a1
1 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@ fi
|
||||||
|
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
|
|
||||||
rm -Rf versions
|
rm -Rf docs/*
|
||||||
mv build/html/versions .
|
cp -Rf build/html/* docs/
|
||||||
git add versions
|
git add docs/*
|
||||||
|
|
||||||
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