Update minify-map-json.yml

add `uses`
This commit is contained in:
Hugh Rundle 2021-01-28 20:16:39 +11:00 committed by GitHub
parent 587d443a58
commit 1733b0d413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,9 @@ 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
@ -29,6 +32,9 @@ jobs:
needs: process
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Merge CSV to TopoJSON
run: |
python3 ./.github/scripts/merge_csv_to_topojson.py