Created
August 3, 2019 04:42
-
-
Save tfiechowski/eaa8d327aad49f039042130e90669609 to your computer and use it in GitHub Desktop.
TravisCI basic config with GH pages deploy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: node_js | |
node_js: stable | |
cache: | |
directories: | |
- node_modules | |
before_deploy: | |
- "npm run docs:build" | |
deploy: | |
provider: pages | |
skip_cleanup: true | |
github_token: $GITHUB_TOKEN | |
local_dir: dist-docs | |
on: | |
branch: master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment