mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
20 lines
285 B
YAML
20 lines
285 B
YAML
language: node_js
|
|
cache:
|
|
directories:
|
|
- ~/.npm
|
|
node_js:
|
|
- 12
|
|
git:
|
|
depth: 3
|
|
script:
|
|
- yarn run build
|
|
deploy:
|
|
provider: pages
|
|
skip-cleanup: true
|
|
keep-history: true
|
|
github-token: $GITHUB_TOKEN
|
|
local-dir: extension
|
|
target-branch: extension
|
|
on:
|
|
branch: master
|