Skip to content

update 'web-map-custom-element' namespace to -> mapml (#146) #314

update 'web-map-custom-element' namespace to -> mapml (#146)

update 'web-map-custom-element' namespace to -> mapml (#146) #314

Workflow file for this run

name: Deploy to Github Pages
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build