fix again of path
This commit is contained in:
parent
1e760da62a
commit
5095bec809
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ git checkout gh-pages
|
||||||
# remove all but the build dir
|
# remove all but the build dir
|
||||||
ls -Q | grep -v build | xargs rm -Rf
|
ls -Q | grep -v build | xargs rm -Rf
|
||||||
|
|
||||||
cp -Rf build/html/versions/* .
|
cp -Rf build/html/* .
|
||||||
# docs/build is in .gitignore so will not be included
|
# docs/build is in .gitignore so will not be included
|
||||||
git add .
|
git add .
|
||||||
git st
|
git st
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue