aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-07 11:04:43 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-07 11:04:43 +0100
commit86ceab13fa9eab173522d67e5917c90840fb563f (patch)
tree14486b3c8e0ac437b7bb5e5b1ad68e484b89a667 /.github/workflows
parent1186795ace3075e309f984182951f47212786444 (diff)
Remove outdated stop overrides and examples for Vigo transit data
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-stops-data.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-stops-data.yml b/.github/workflows/update-stops-data.yml
index fcf15a3..8b63b3e 100644
--- a/.github/workflows/update-stops-data.yml
+++ b/.github/workflows/update-stops-data.yml
@@ -60,8 +60,8 @@ jobs:
- name: Run download script
run: |
- uv run data/vigo/download-stops.py
- uv run data/santiago/download-stops.py
+ uv run src/stop_downloader/vigo/download-stops.py
+ uv run src/stop_downloader/santiago/download-stops.py
- name: Commit and push changes if any
id: commit