From 587d443a58838de3de5029a52e7d08552553d3ae Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Thu, 28 Jan 2021 20:08:28 +1100 Subject: [PATCH] Update minify-map-json.yml adjust filepaths --- .github/workflows/minify-map-json.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/minify-map-json.yml b/.github/workflows/minify-map-json.yml index 4b775c9..b0d4db0 100644 --- a/.github/workflows/minify-map-json.yml +++ b/.github/workflows/minify-map-json.yml @@ -16,7 +16,7 @@ jobs: - name: Update GeoJSON boundaries run: | sudo npm install -g mapshaper - mapshaper ./boundaries.geo.json snap -clean -o force precision=0.0001 format=geojson ./boundaries.geo.json + mapshaper boundaries.geo.json snap -clean -o force precision=0.0001 format=geojson boundaries.geo.json process: needs: prepare runs-on: ubuntu-latest @@ -24,7 +24,7 @@ jobs: - name: Update TopoJSON boundaries run: | sudo npm install -g topojson-server - geo2topo ./boundaries.geo.json -q 50000 > ./website/data/boundaries.topo.json + geo2topo boundaries.geo.json -q 50000 > website/data/boundaries.topo.json merge: needs: process runs-on: ubuntu-latest