From 88353679d57232e1be8e64919a5c726abd1c04f3 Mon Sep 17 00:00:00 2001 From: Law Wai Chun Date: Sun, 26 Nov 2023 22:39:14 +0800 Subject: [PATCH] Fix waypoints.py path --- .github/workflows/fetch-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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