diff --git a/.forgejo/workflows/update_weekly.yml b/.forgejo/workflows/update_weekly.yml deleted file mode 100644 index 19ee6b9..0000000 --- a/.forgejo/workflows/update_weekly.yml +++ /dev/null @@ -1,18 +0,0 @@ -on: - workflow_dispatch: - schedule: - - cron: "0 2 * * 0" - -jobs: - create_archive_tiles: - runs-on: [ osm-cache ] - steps: - - uses: https://source.mapcomplete.org/actions/checkout@v4 - - - name: Print data - shell: bash - run: ls -h /data/planet-latest.pmtiles - - - name: Create new tiles - shell: bash - run: /data/generateTiles.sh # generated by the script in the MapComplete repo \ No newline at end of file