Update minify-map-json.yml
add `uses`
This commit is contained in:
parent
587d443a58
commit
1733b0d413
6
.github/workflows/minify-map-json.yml
vendored
6
.github/workflows/minify-map-json.yml
vendored
|
@ -21,6 +21,9 @@ 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
|
||||||
|
@ -29,6 +32,9 @@ jobs:
|
||||||
needs: process
|
needs: process
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Merge CSV to TopoJSON
|
- name: Merge CSV to TopoJSON
|
||||||
run: |
|
run: |
|
||||||
python3 ./.github/scripts/merge_csv_to_topojson.py
|
python3 ./.github/scripts/merge_csv_to_topojson.py
|
||||||
|
|
Loading…
Reference in a new issue