Skip to content

Instantly share code, notes, and snippets.

@ms314006
Last active March 16, 2020 14:58
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 ms314006/c0fbef2fb5250db940786b7ff0bc538f to your computer and use it in GitHub Desktop.
Save ms314006/c0fbef2fb5250db940786b7ff0bc538f to your computer and use it in GitHub Desktop.
language: node_js
node_js:
- "8"
install:
- npm install
script:
- npm run clean
- npm run build
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
local-dir: public
repo: ms314006/ms314006.github.io
target_branch: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment