[ci-skip] Deploy docs directly to _site

This commit is contained in:
Itay Cohen 2019-07-30 19:20:57 +03:00 committed by GitHub
parent 64d0d6b00d
commit fe4206999a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,8 @@ git clone --depth 1 git@github.com:radareorg/cutter.re.git || exit 1
echo "Updating docs"
rm -rf cutter.re/docs
cp -a docs/build/html cutter.re/docs || exit 1
rm -rf cutter.re/_site/docs
cp -a docs/build/html cutter.re/_site/docs || exit 1
echo "Committing new changes"