Scripts: attempt to fix monthly data maintanence

This commit is contained in:
Pieter Vander Vennet 2025-04-27 21:42:34 +02:00
parent 479c635691
commit 32bca03e26

View file

@ -12,7 +12,7 @@ jobs:
- name: init - name: init
shell: bash shell: bash
run: npm run init run: mkdir -p src/assets/generated/ && mkdir -p public/assets/data/nsi/stats/ && npm run init
- name: Download the latest NSI - name: Download the latest NSI
shell: bash shell: bash