Enhance CI/CD pipeline to include groupBus and publish its result#25
Open
rtau wants to merge 14 commits intohkbus:masterfrom
Open
Enhance CI/CD pipeline to include groupBus and publish its result#25rtau wants to merge 14 commits intohkbus:masterfrom
rtau wants to merge 14 commits intohkbus:masterfrom
Conversation
As new libraries used requires 3.9 or later
Contributor
Author
|
Testing the action run in https://github.com/rtau/hk-bus-crawling/actions/runs/10974185989/job/30472417499 |
Contributor
Author
|
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. |
Contributor
Author
|
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Base on #24, modify the CI/CD pipeline to run it as well.