Skip to content

Commit e0b8265

Browse files
rhaschkedavetcoleman
authored andcommitted
Remove deploy section
Only the master branch should be deployed to github pages.
1 parent bce24f2 commit e0b8265

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.travis.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,3 @@ script:
4545
# Run HTML tests on generated build output to check for 404 errors, etc
4646
- htmlproofer ./build --only-4xx --check-html --file-ignore ./build/html/genindex.html,./build/html/search.html,./build/html/index-msg.html --alt-ignore '/.*/' --url-ignore '#'
4747

48-
# after_success and deploy are skipped if build is broken
49-
after_success:
50-
# Tell GitHub Pages not to bypass Jekyll processing
51-
- touch build/html/.nojekyll
52-
53-
deploy:
54-
# Deploy to gh-pages branch
55-
provider: pages
56-
# Don't delete built files
57-
skip-cleanup: true
58-
# Add to Environment Variables section of Travis CI repository settings page
59-
github-token: $GITHUB_TOKEN
60-
# Only copy build output directory to gh-pages
61-
local_dir: build/html
62-
on:
63-
# Source branch
64-
branch: melodic-devel

0 commit comments

Comments
 (0)