Skip to content

Instantly share code, notes, and snippets.

@Slashgear
Last active May 16, 2020 17:44
Show Gist options
  • Select an option

  • Save Slashgear/a52090c90e672e129d1bf8957785d34f to your computer and use it in GitHub Desktop.

Select an option

Save Slashgear/a52090c90e672e129d1bf8957785d34f to your computer and use it in GitHub Desktop.
language: node_js
node_js:
- '12'
cache:
yarn: true
directories:
- public
- .cache
script:
- yarn build
deploy:
provider: pages
skip-cleanup: true
local_dir: public
github-token: $GITHUB_TOKEN
keep-history: true
target_branch: master
on:
branch: source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment