Skip to content

Fix #209 (#210)

Fix #209 (#210) #128

name: Build and Deploy the Demo project
on:
push:
branches:
- main
jobs:
build-and-deploy-demo:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
npm ci
npm link
npm link @maplibre/maplibre-gl-directions
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs