Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Aug 23, 2016
1 parent 249a552 commit 6a8a2af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .doc/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,14 @@ cd ..
# Clean out existing contents
rm -rf out/**/* || exit 0

ls -la out

# Run our creation script
createDocs

ls -la out
# Now let's go have some fun with the cloned repo
cd out
git config user.name "Travis CI"
git config user.email "$COMMIT_AUTHOR_EMAIL"
git diff

# If there are no changes to the compiled out (e.g. this is a README update) then just bail.
if [ -z `git diff --exit-code` ]; then
echo "No changes to the output on this push; exiting."
Expand Down

0 comments on commit 6a8a2af

Please sign in to comment.