UNPKG

320 BYAMLView Raw
1language: node_js
2node_js:
3 - 10
4after_success:
5 - npm run cover
6before_deploy:
7 - npm install
8 - npm run build
9 - npm run svg
10 - cp docs/card.png site/card.png
11 - cp site/index.html site/404.html
12deploy:
13 provider: pages
14 skip_cleanup: true
15 github_token: $GH_TOKEN
16 local_dir: site
17 on:
18 branch: master