diff --git a/.github/workflows/fetch-data.yml b/.github/workflows/fetch-data.yml index fb0cbdf2..933adb25 100644 --- a/.github/workflows/fetch-data.yml +++ b/.github/workflows/fetch-data.yml @@ -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