diff --git a/.forgejo/workflows/update_daily.yml b/.forgejo/workflows/update_daily.yml index 47c9a95..1dd2a8d 100644 --- a/.forgejo/workflows/update_daily.yml +++ b/.forgejo/workflows/update_daily.yml @@ -18,7 +18,7 @@ jobs: shell: bash run: | # https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf - wget https://download.openplanetdata.com/osm/planet/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part + wget --progress=dot:giga https://download.openplanetdata.com/osm/planet/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part - name: Move the planet file @@ -44,7 +44,7 @@ jobs: - uses: https://source.mapcomplete.org/actions/checkout@v4 - name: Download the pmtile file shell: bash - run: wget "https://build.protomaps.com/$(date -d "yesterday" +%Y%m%d).pmtiles" -O /data/planet-latest.pmtiles.part + run: wget --progress=dot:giga "https://build.protomaps.com/$(date -d "yesterday" +%Y%m%d).pmtiles" -O /data/planet-latest.pmtiles.part - name: Move the pmtile file shell: bash run: mv -f /data/planet-latest.pmtiles.part /data/planet-latest.pmtiles