mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 13:37:17 +02:00
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
|
||||
|
||||
mv build ..
|
||||
cd ..
|
||||
rm -Rf docs/*
|
||||
cp -Rf build/html/* docs/
|
||||
git add docs/*
|
||||
rm -Rf build
|
||||
|
||||
git commit -a -m "Updated HTML docs"
|
||||
echo "Skipping deployment"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue