Skip to content

Commit

Permalink
more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 24, 2017
1 parent 858fdb4 commit 5318aae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .surge.sh
Expand Up @@ -2,7 +2,9 @@

# helper script for publishing generated documentation to surge.sh
# Manual uploading require credentials, so only travis can do this.
# For more info see https://surge.sh/
# ENV SURGE_LOGIN and SURGE_TOKEN si set on travis only.
# For more info see https://surge.sh/ including how to get login and token
# variables.

if [ "$TRAVIS_EVENT_TYPE" = "push" -a "$TRAVIS_BRANCH" = "master" ]; then
docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" \
Expand Down

0 comments on commit 5318aae

Please sign in to comment.