Scripts: include pmtiles update in the monthly_data_maintenance.yml

This commit is contained in:
Pieter Vander Vennet 2025-09-25 15:32:11 +02:00
parent c8526949f1
commit ce6e91cb1c

View file

@ -9,14 +9,12 @@ jobs:
steps: steps:
- uses: https://source.mapcomplete.org/actions/checkout@v4 - uses: https://source.mapcomplete.org/actions/checkout@v4
- name: init - name: init
shell: bash
run: | run: |
node --version node --version
npm ci npm ci
- name: create archives - name: create archives
shell: bash run: npx vite-node ./scripts/generatePmTilesExctracts.ts -- /data/
run: vite-node ./scripts/generatePmTilesExctracts.ts -- /data/
update_nsi_logos: update_nsi_logos:
runs-on: [ hetzner-access ] runs-on: [ hetzner-access ]