fix of deploy

This commit is contained in:
Griatch 2020-06-13 00:19:14 +02:00
parent 1039e6e88f
commit 4cddeaa9a1

View file

@ -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"