From ce6e91cb1c51d51b4a3a1dd93b2617c689db83a7 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 25 Sep 2025 15:32:11 +0200 Subject: [PATCH] Scripts: include pmtiles update in the monthly_data_maintenance.yml --- .forgejo/workflows/monthly_data_maintenance.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/monthly_data_maintenance.yml b/.forgejo/workflows/monthly_data_maintenance.yml index 0316bdac5..247633bc6 100644 --- a/.forgejo/workflows/monthly_data_maintenance.yml +++ b/.forgejo/workflows/monthly_data_maintenance.yml @@ -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 ]