Skip to content

Commit

Permalink
edited rm function
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanmiu committed Apr 17, 2017
1 parent 969b52a commit 339c017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd ..

# Clean out existing contents
echo "Cleaning out existing contents."
rm -rf docs/**/* || exit 0
rm -rf docs/* || exit 0

# Run our compile script
doCompile
Expand Down

0 comments on commit 339c017

Please sign in to comment.