Created
March 28, 2019 08:57
-
-
Save gmrsagar/a6d960b742afeb6badfc5c1eafc09f51 to your computer and use it in GitHub Desktop.
This file contains 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 | |
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