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