Skip to content

Commit a5fbbee

Browse files
authoredAug 7, 2019
Push documentation at the proper place (rizinorg#1703)
1 parent d3f91a5 commit a5fbbee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎scripts/deploy_docs.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ git clone --depth 1 git@github.com:radareorg/cutter.re.git || exit 1
1212
echo "Updating docs"
1313

1414
rm -rf cutter.re/docs
15-
rm -rf cutter.re/_site/docs
16-
cp -a docs/build/html cutter.re/_site/docs || exit 1
15+
cp -a docs/build/html cutter.re/docs || exit 1
1716

1817
echo "Committing new changes"
1918

0 commit comments

Comments
 (0)