Skip to content

Instantly share code, notes, and snippets.

@gmrsagar
Created March 28, 2019 08:57
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 gmrsagar/a6d960b742afeb6badfc5c1eafc09f51 to your computer and use it in GitHub Desktop.
Save gmrsagar/a6d960b742afeb6badfc5c1eafc09f51 to your computer and use it in GitHub Desktop.
language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules
script:
- npm run build
deploy:
provider: pages
skip_cleanup: true
github_token: $gh_token # Set in the settings page of your repository, as a secure variable
local_dir: build
on:
branch: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment