From 3c982a025325cfeeeea62d577d0eeebd1276cb79 Mon Sep 17 00:00:00 2001 From: Stefan Baebler Date: Sat, 26 Mar 2022 23:09:24 +0100 Subject: [PATCH] Run split.sh outside make --- .github/workflows/make.yml | 3 +++ Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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: