Add update docs ci#845
Closed
Gara-Dorta wants to merge 1 commit into
Closed
Conversation
23 tasks
Owner
|
Thanks for all your PRs! I am currently a bit busy (the CI runs are currently also failing and I want to fix that first 😅 ), but I'll for sure have a look at your changes soon. Thanks! |
Contributor
Author
|
Thanks for the update. Very understandable. I had a few days off, so I was able to work on the PRs. Hope the CI fixing is not too painful. |
Contributor
Author
|
This has been superseded by #849 as request in #842 (comment) |
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.
I decided not to wait for #842 to get merged and already add a workflow that updates the docs on each push to master. The workflow will create a PR if there are any changes and do nothing otherwise.
Here is an example of the PRs that it generates (please only look at the last commit and the body of the message, I was messing up with the master branch to test this feature) Gara-Dorta#1
That was generated by this job https://github.com/Gara-Dorta/signal-cli-rest-api/actions/runs/25432716226
Here is a job for a commit where there are no changes in the docs https://github.com/Gara-Dorta/signal-cli-rest-api/actions/runs/25432618000
I think it is easier to review as it is smaller PRs this way.