Push documentation at the proper place (#1703)

This commit is contained in:
xarkes 2019-08-07 22:17:45 +02:00 committed by GitHub
parent d3f91a5ed6
commit a5fbbee571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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