Skip to content

Initial commit

Initial commit #1

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: './'