Skip to content

feat: bundle MapLibre GL and improve user experience #1

feat: bundle MapLibre GL and improve user experience

feat: bundle MapLibre GL and improve user experience #1

Workflow file for this run

name: Deploy Documentation
on:
push:
branches: [ v3 ]
pull_request:
branches: [ v3 ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build documentation
run: yarn docs:build
- name: Deploy to Vercel
uses: vercel/action@v1
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
working-directory: ./