Skip to content

Commit

Permalink
fixed the rm command that was not cleaning the versioned master folder (
Browse files Browse the repository at this point in the history
  • Loading branch information
thinksanky authored and szha committed Jan 26, 2018
1 parent 1fc46e0 commit b647248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build_version_doc/build_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ git submodule update
echo "Building master"
make docs || exit 1

rm -rfv "$web_folder/versions/master/*"
rm -rfv $web_folder/versions/master/*
cp -a "docs/_build/html/." "$web_folder/versions/master"
tests/ci_build/ci_build.sh doc python docs/build_version_doc/AddVersion.py --file_path "$web_folder/versions/master"

Expand Down

0 comments on commit b647248

Please sign in to comment.