Skip to content

Show bicycle-facility on top of highway at low zoom #11

Show bicycle-facility on top of highway at low zoom

Show bicycle-facility on top of highway at low zoom #11

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
container: node:6
env:
TRAVIS_PULL_REQUEST: ${{ github.event.pull_request.number }}
steps:
- name: Checkout
uses: actions/[email protected]
- name: Build
run: |
git clone https://github.com/frodrigo/gl-style-package-spec.git
cd gl-style-package-spec
bash ./task/run.sh
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./gl-style-package-spec/build