From 1733b0d413aa573930b980bdccbb4e239da34e4d Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Thu, 28 Jan 2021 20:16:39 +1100 Subject: [PATCH] Update minify-map-json.yml add `uses` --- .github/workflows/minify-map-json.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/minify-map-json.yml b/.github/workflows/minify-map-json.yml index b0d4db0..4dcea08 100644 --- a/.github/workflows/minify-map-json.yml +++ b/.github/workflows/minify-map-json.yml @@ -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