From 01246f5964771854a98d31620bddfef274c86058 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Thu, 28 Jan 2021 19:56:57 +1100 Subject: [PATCH] Update minify-map-json.yml clean up --- .github/workflows/minify-map-json.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/minify-map-json.yml b/.github/workflows/minify-map-json.yml index 2e07610..4b775c9 100644 --- a/.github/workflows/minify-map-json.yml +++ b/.github/workflows/minify-map-json.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - name: Update TopoJSON boundaries + - 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 @@ -21,9 +21,6 @@ jobs: needs: prepare runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - name: Update TopoJSON boundaries run: | sudo npm install -g topojson-server @@ -41,4 +38,4 @@ jobs: commit-message: Update TopoJSON boundaries title: Update TopoJSON boundaries body: Clean and minify GeoJSON and process to TopoJSON - branch: geo-to-topo \ No newline at end of file + branch: geo-to-topo