File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments