diff --git a/.github/workflows/fetch-data.yml b/.github/workflows/fetch-data.yml index 933adb25..32679669 100644 --- a/.github/workflows/fetch-data.yml +++ b/.github/workflows/fetch-data.yml @@ -46,7 +46,7 @@ jobs: routeFareList.json routeFareList.min.json routeFareList.md5 - waypoints + waypoints/*.json commit-msg: Update resources github-token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages diff --git a/.gitignore b/.gitignore index b0448d30..9ae4e2e0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ gtfs __pycache__ dist build -hk_bus_eta.egg-info \ No newline at end of file +hk_bus_eta.egg-info +waypoints \ No newline at end of file