Update minify-map-json.yml
clean up
This commit is contained in:
parent
2607f527de
commit
01246f5964
5
.github/workflows/minify-map-json.yml
vendored
5
.github/workflows/minify-map-json.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Update TopoJSON boundaries
|
- name: Update GeoJSON boundaries
|
||||||
run: |
|
run: |
|
||||||
sudo npm install -g mapshaper
|
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
|
||||||
|
@ -21,9 +21,6 @@ jobs:
|
||||||
needs: prepare
|
needs: prepare
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Update TopoJSON boundaries
|
- name: Update TopoJSON boundaries
|
||||||
run: |
|
run: |
|
||||||
sudo npm install -g topojson-server
|
sudo npm install -g topojson-server
|
||||||
|
|
Loading…
Reference in a new issue