Skip to content

[AUTO] Sync MapML Build #348

[AUTO] Sync MapML Build

[AUTO] Sync MapML Build #348

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: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build