Skip to content

Instantly share code, notes, and snippets.

@tfiechowski
Created August 3, 2019 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tfiechowski/eaa8d327aad49f039042130e90669609 to your computer and use it in GitHub Desktop.
Save tfiechowski/eaa8d327aad49f039042130e90669609 to your computer and use it in GitHub Desktop.
TravisCI basic config with GH pages deploy
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