Refactor docs publishing into reusable shared workflow#738
Merged
Conversation
Extracts doc build/deploy into .github/workflows/publish-docs.yml, callable via workflow_call (on tag push) or workflow_dispatch (manual republish for any existing tag). Updates release workflow to call it and adds a notify-release job for Slack notifications. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
rlepinski
reviewed
May 12, 2026
| with: | ||
| node-version-file: .nvmrc | ||
|
|
||
| - name: Setup GCP Auth |
Contributor
There was a problem hiding this comment.
this is just temp right? dual deploy until its in?
Contributor
Author
There was a problem hiding this comment.
yeah. I'll circle back to remove all the old docs upload stuff once we've got everything publishing to pages
rlepinski
approved these changes
May 12, 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.
Summary
docsanddeploy-docsjobs from the release workflow into a new reusable workflow at.github/workflows/publish-docs.ymlworkflow_call(triggered automatically on tag push) andworkflow_dispatch(manual republish for any existing tag), both checking outref: inputs.versionrelease.ymlto call the shared workflow via a singlepublish-docsjob withsecrets: inheritsetup-gcloud@v0togoogle-github-actions/auth@v2+setup-gcloud@v2notify-releasejob at the end of the release workflow for Slack notifications on success/failure/cancellationTest plan
workflow_dispatchtrigger appears forpublish-docs.ymlin the GitHub Actions UI with aversioninput fieldpublish-docsandnotify-releasecorrectly🤖 Generated with Claude Code