blob: 1d0d267f549167d5ffc8e301a5eb172428dfaf06 [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: feature/apiapp