This commit is contained in:
Pieter Vander Vennet 2025-06-12 15:27:02 +02:00
parent d9628957d7
commit 8ce5c981df

View file

@ -1,7 +1,7 @@
on:
workflow_dispatch:
schedule:
- cron: "0 2 * * 5"
- cron: "0 2 * * *"
jobs:
update_planet_file:
@ -16,7 +16,9 @@ jobs:
- name: Download the planet file
shell: bash
run: wget --show-progress https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part
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
- name: Move the planet file