-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance CI/CD pipeline to include groupBus and publish its result #25
base: master
Are you sure you want to change the base?
Conversation
As new libraries used requires 3.9 or later
Testing the action run in https://github.com/rtau/hk-bus-crawling/actions/runs/10974185989/job/30472417499 |
Compared the yesterday's crawling data with this one, the location of the stops are shifted by a little bit, something like: - "lat": 22.242937061229764,
- "lng": 114.14820494490924,
+ "lat": 22.24293706134395,
+ "lng": 114.14820494452849, Also changes of stop names and routes, as usual. |
Redo the comparison with https://github.com/hkbus/hk-bus-crawling/actions/runs/10975036174, the following differences were found:
|
in Python 3.12
So it can push changes to gh-pages branch, even if the repoo setting disallow write by default
Base on #24, modify the CI/CD pipeline to run it as well.