mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Make sure latest link is in github
This commit is contained in:
parent
5095bec809
commit
c2bb7b59fe
1 changed files with 3 additions and 4 deletions
|
|
@ -19,13 +19,12 @@ git checkout gh-pages
|
|||
ls -Q | grep -v build | xargs rm -Rf
|
||||
|
||||
cp -Rf build/html/* .
|
||||
# docs/build is in .gitignore so will not be included
|
||||
git add .
|
||||
git st
|
||||
|
||||
# TODO automate this?
|
||||
ln -s 1.0-dev latest
|
||||
|
||||
# docs/build is in .gitignore so will not be included
|
||||
git add .
|
||||
|
||||
git commit -a -m "Updated HTML docs"
|
||||
|
||||
echo "Skipping deployment"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue