Skip to content

Merge pull request #158 from geoloniamaps/fix-road-overhangs #35

Merge pull request #158 from geoloniamaps/fix-road-overhangs

Merge pull request #158 from geoloniamaps/fix-road-overhangs #35

Workflow file for this run

name: Build
on:
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Convert the YAML to GeoJSON
run: |
cd $GITHUB_WORKSPACE
npm install
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: 'gh-pages'
folder: './docs/'
target-folder: './'