Skip to content

Commit

Permalink
Fix waypoints.py path
Browse files Browse the repository at this point in the history
  • Loading branch information
chunlaw committed Nov 26, 2023
1 parent 6cf52b3 commit 8835367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python ./crawling/matchGtfs.py
python ./crawling/cleansing.py
python ./crawling/mergeRoutes.py
python ./waypoints.py
python ./crawling/waypoints.py
- name: Update MD5
run: md5sum routeFareList.min.json | cut -f1 -d ' ' | tr -d $'\n' > routeFareList.md5
- name: Update resources
Expand Down

0 comments on commit 8835367

Please sign in to comment.