Tweak deploy process
This commit is contained in:
parent
a809800707
commit
2d1d3b2472
1 changed files with 3 additions and 0 deletions
|
|
@ -12,9 +12,12 @@ fi
|
||||||
|
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
|
|
||||||
|
mv build ..
|
||||||
|
cd ..
|
||||||
rm -Rf docs/*
|
rm -Rf docs/*
|
||||||
cp -Rf build/html/* docs/
|
cp -Rf build/html/* docs/
|
||||||
git add docs/*
|
git add docs/*
|
||||||
|
rm -Rf build
|
||||||
|
|
||||||
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