Scripts: include pmtiles update in the monthly_data_maintenance.yml

This commit is contained in:
Pieter Vander Vennet 2025-09-25 15:29:31 +02:00
parent a46f48bbd9
commit c8526949f1

View file

@ -10,7 +10,9 @@ jobs:
- uses: https://source.mapcomplete.org/actions/checkout@v4
- name: init
shell: bash
run: npm ci
run: |
node --version
npm ci
- name: create archives
shell: bash