Skip to content

Commit

Permalink
remove exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanmiu committed Apr 17, 2017
1 parent 339c017 commit 74a65f0
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/*

# Run our compile script
doCompile
Expand Down

0 comments on commit 74a65f0

Please sign in to comment.