Merged
Conversation
Collaborator
Author
|
merging to test doc building |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #489 +/- ##
=======================================
Coverage 75.14% 75.14%
=======================================
Files 19 19
Lines 3171 3171
Branches 458 458
=======================================
Hits 2383 2383
Misses 630 630
Partials 158 158 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
v-realm
pushed a commit
to realmlabs-ai/SAELens
that referenced
this pull request
Nov 15, 2025
xXCoolinXx
pushed a commit
to xXCoolinXx/SAELens
that referenced
this pull request
Feb 23, 2026
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.
Description
The current docs deploy doesn't run post-release because the release is triggered by an action and github actions won't run actions triggered by previous actions to avoid infinite loops. This PR tries to get around this by explicitly running deploy docs after the main release workflow. I can't really test this without triggering a release to make sure the docs deploy works.
Type of change
Please delete options that are not relevant.