Fix softlink
This commit is contained in:
parent
64d34fbefa
commit
e1a2bc4a3f
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ mv build ..
|
||||||
cd ..
|
cd ..
|
||||||
rm -Rf docs/*
|
rm -Rf docs/*
|
||||||
cp -Rf build/html/versions/* docs/
|
cp -Rf build/html/versions/* docs/
|
||||||
ln -s docs/v1.0-dev latest
|
ln -s docs/v1.0-dev docs/latest
|
||||||
git add docs/*
|
git add docs/*
|
||||||
git commit -a -m "Updated HTML docs"
|
git commit -a -m "Updated HTML docs"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue