Skip to content

Instantly share code, notes, and snippets.

@constgen
Last active February 6, 2020 07:24
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 constgen/3dade758aa63dd0d088152f6e7135dae to your computer and use it in GitHub Desktop.
Save constgen/3dade758aa63dd0d088152f6e7135dae to your computer and use it in GitHub Desktop.
Github Pages
language: node_js
node_js:
- "10"
install:
- npm install
cache:
directories:
- node_modules
script:
- npm run build
notifications:
email:
on_pull_requests: false
on_success: never
on_failure: never
deploy:
edge: true
provider: pages
cleanup: false
keep_history: false
github_token: $GITHUB_AUTH_TOKEN
local_dir: build
verbose: true
on:
branch: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment