Skip to content

Merge pull request #37 from geotiffjs/update-background-map #7

Merge pull request #37 from geotiffjs/update-background-map

Merge pull request #37 from geotiffjs/update-background-map #7

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
- run: npm install
- run: npm run build
- name: Deploy pages
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
branch: gh-pages
folder: dist/