Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions document/travis-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ chmod 600 deploy_key
eval `ssh-agent -s`
ssh-add deploy_key || true

# DON'T MOVE ABOVE AS IT WILL REVEAL KEYS!
# Turn on logging from here on.
set -x

# Clone the existing gh-pages for this repo into _build/
# Create a new empty branch if gh-pages doesn't exist yet (should only happen
# on first deploy).
Expand Down