Skip to content

Commit

Permalink
fix: Fix doc upload
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Aug 14, 2019
1 parent eb947ef commit 8eb373b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ install-zeus-cli:
.PHONY: install-zeus-cli

travis-upload-docs: apidocs install-zeus-cli
cd docs/_build && zip -r gh-pages ./sentry_sdk
cd docs/_build && zip -r gh-pages ./
zeus upload -t "application/zip+docs" docs/_build/gh-pages.zip \
|| [[ ! "$(TRAVIS_BRANCH)" =~ ^release/ ]]
.PHONY: travis-upload-docs
Expand Down

0 comments on commit 8eb373b

Please sign in to comment.