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:
- uses: https://source.mapcomplete.org/actions/checkout@v4
- name: init
shell: bash
run: |
node --version
npm ci
- name: create archives
shell: bash
run: vite-node ./scripts/generatePmTilesExctracts.ts -- /data/
run: npx vite-node ./scripts/generatePmTilesExctracts.ts -- /data/
update_nsi_logos:
runs-on: [ hetzner-access ]