Skip to content

Commit

Permalink
Fix zip file location
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed May 17, 2017
1 parent 9539010 commit c48ee11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ script:
- rm -v _book/*.sh
- echo "Making a zip of the html content"
- pushd _book
- zip -r -9 $ZIP_FILENAME ./*
- zip -r -9 ../$ZIP_FILENAME ./*
- popd

#before_deploy will be run once for each deploy provider so protection for non-idempotent
Expand Down

0 comments on commit c48ee11

Please sign in to comment.