Commit c6245fda authored by Winfried's avatar Winfried Committed by GitHub

Merge pull request #908 from bestlong/fix-hugo-rm-fail

Fixing Travis-CI hugo doc build failed
parents a414e543 c539c630
......@@ -30,7 +30,9 @@ if [ -n "${HUGO_VERSION}" ]; then
mv ./${HUGO_BIN}/${HUGO_BIN} $HOME/bin/hugo
# Remove existing docs
rm -r ./docs
if [ -d "./docs" ]; then
rm -r ./docs
fi
# Build docs
cd DOCUMENTATION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment