diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index cd0f68d..f517676 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -47,14 +47,17 @@ jobs: # Runs a single command using the runners shell - - name: Run make + - name: Run make download env: username: ${{ secrets.egpUsername }} password: ${{ secrets.egpPassword }} - run: make + run: make download + + - name: Run make geojson + run: make geojson - name: Run split.sh - run: ./split.sh data/temp + run: make split # Runs a set of commands using the runners shell - name: Check git diff diff --git a/Makefile b/Makefile index acbafa0..dcc18f5 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 +all: download geojson split .PHONY: download download: