Skip to content

Merge pull request #117 from pathmapper/gh-pages #1

Merge pull request #117 from pathmapper/gh-pages

Merge pull request #117 from pathmapper/gh-pages #1

Workflow file for this run

name: Build sprites
on:
push:
branches: [ gh-pages ]
paths: [ svgs/** ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkou️t
uses: actions/[email protected]
- name: Setup node
uses: actions/[email protected]
with:
node-version: 18
- name: Build
run: |
npm ci
npm run build_sprites
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
target-folder: sprites
folder: /home/runner/work/osm-liberty/osm-liberty/sprites
git-config-name: maputnik-bot
git-config-email: <>
commit-message: Build sprites