mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Another fix to symlink
This commit is contained in:
parent
e1a2bc4a3f
commit
1c6ffb358c
1 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,10 @@ mv build ..
|
|||
cd ..
|
||||
rm -Rf docs/*
|
||||
cp -Rf build/html/versions/* docs/
|
||||
ln -s docs/v1.0-dev docs/latest
|
||||
|
||||
# TODO automate this?
|
||||
ln -s 1.0-dev docs/latest
|
||||
|
||||
git add docs/*
|
||||
git commit -a -m "Updated HTML docs"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue