geospatialdraw
Version:
Geospatial Map Drawing Library
18 lines (17 loc) • 368 B
YAML
language: node_js
node_js:
- '10.16.1'
cache: yarn
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.17.3
- export PATH="$HOME/.yarn/bin:$PATH"
script:
- yarn build
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
local-dir: target/storybook/
target-branch: gh-pages
on:
branch: master