diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 6ef3aab..cd0f68d 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -53,6 +53,9 @@ jobs: password: ${{ secrets.egpPassword }} run: make + - name: Run split.sh + run: ./split.sh data/temp + # Runs a set of commands using the runners shell - name: Check git diff run: | diff --git a/Makefile b/Makefile index dcc18f5..acbafa0 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ TMP = $(DATAFOLDER)temp/ TS = $$(cat $(TMP)timestamp.txt) TSYYYY = $$(cat $(TMP)timestamp.txt | cut -b 1-4) -all: download geojson split +all: download geojson .PHONY: download download: