build: more automation on docs workflow#589
Merged
miparnisari merged 1 commit intomainfrom Dec 2, 2025
Merged
Conversation
9b20899 to
f5fa0e2
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #589 +/- ##
==========================================
+ Coverage 39.28% 41.68% +2.40%
==========================================
Files 37 37
Lines 5448 4764 -684
==========================================
- Hits 2140 1986 -154
+ Misses 3063 2519 -544
- Partials 245 259 +14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
squat
reviewed
Dec 2, 2025
.github/workflows/docs.yaml
Outdated
| - name: "Sync documentation changes" | ||
| id: "check-changes" | ||
| run: | | ||
| set -e # Have script exit in the event of a failed command. |
There was a problem hiding this comment.
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#defaultsrunshell
This is already the default if the shell field is unspecified.
If we want something even more robust, we could set shell: bash and get -o pipefail for free
f5fa0e2 to
9690fb2
Compare
squat
approved these changes
Dec 2, 2025
9690fb2 to
876671c
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.