diff --git a/.github/workflows/dataUpdate.yml b/.github/workflows/dataUpdate.yml index 7f318a7b3b9..5cb317f2033 100644 --- a/.github/workflows/dataUpdate.yml +++ b/.github/workflows/dataUpdate.yml @@ -345,7 +345,7 @@ jobs: with: ref: development - name: Download File - run: curl https://vrs-data.cio.go.jp/vaccination/opendata/latest/prefecture.ndjson -L -o vaccine_data.ndjson + run: curl --compressed https://vrs-data.cio.go.jp/vaccination/opendata/latest/prefecture.ndjson -L -o vaccine_data.ndjson working-directory: ./dist/data - name: Convert to Ibaraki Pref only JSON run: 'python ../../workflow_tools/vaccine-data/main.py'