Skip to content

Commit

Permalink
no more autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertyquerty committed Aug 29, 2019
1 parent bbaaa0d commit 0bd3b0c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@ matrix:
- tools/travis/dm.sh -DTRAVISBUILDING beestation.dme || travis_terminate 1
- tools/travis/run_server.sh

- name: "Generate Documentation"
# Only run for non-PR commits to the real master branch.
if: branch = master AND head_branch IS blank
install:
- tools/travis/install_spaceman_dmm.sh dmdoc
before_script:
# Travis checks out a hash, try to get back on a branch.
- git checkout -qf $(git name-rev --name-only HEAD) || true
script:
- ~/dmdoc
- touch dmdoc/.nojekyll
deploy:
provider: pages
skip_cleanup: true
local_dir: dmdoc
github_token: $DMDOC_GITHUB_TOKEN
# - name: "Generate Documentation"
# # Only run for non-PR commits to the real master branch.
# if: branch = master AND head_branch IS blank
# install:
# - tools/travis/install_spaceman_dmm.sh dmdoc
# before_script:
# # Travis checks out a hash, try to get back on a branch.
# - git checkout -qf $(git name-rev --name-only HEAD) || true
# script:
# - ~/dmdoc
# - touch dmdoc/.nojekyll
# deploy:
# provider: pages
# skip_cleanup: true
# local_dir: dmdoc
# github_token: $DMDOC_GITHUB_TOKEN

0 comments on commit 0bd3b0c

Please sign in to comment.