blob: ede0474dad44660c25623a02004331f40b7f8550 [file] [log] [blame]
# This is for building automatically using a Travis docker, and then deploying to Github Pages
before_install:
- sudo apt-get install doxygen
script:
- cd doxygen/
- doxygen Doxyfile
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN2 #Create token from Github and Set in travis-ci.org dashboard
local_dir: ./html/
on:
branch: master