mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 13:07:16 +02:00
Make sure latest link is in github
This commit is contained in:
parent
b48b988883
commit
2d51710d6f
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