You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/screenshots/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,6 @@ make docs-screenshots RELEASE=v0.5.53
27
27
Release automation note:
28
28
29
29
-`.github/workflows/docs-screenshots-after-release.yml` is the release-triggered orchestrator. It waits for the released GHCR image to exist, then calls the capture and publish workflows below.
30
-
-`.github/workflows/docs-screenshots.yml` captures screenshots from the requested release ref and uploads both `releases/<version>/` and `releases/latest/` in an artifact without using the website PAT.
30
+
-`.github/workflows/docs-screenshots.yml` captures screenshots from the requested release ref and uploads both `releases/<version>/` and `releases/latest/` in an artifact. Manual `workflow_dispatch` runs now also call the publish workflow automatically so a single manual run both captures and saves the results.
31
31
- Manual `Docs Screenshots` runs now treat `release_key` as the checkout ref when `release_ref` is omitted, so backfills follow the requested release tag instead of `main`.
32
32
-`.github/workflows/publish-docs-screenshots.yml` is the only workflow that uses `HUSHLINE_WEBSITE_SCREENSHOTS_PAT` and syncs the latest screenshots plus the `releases/latest/` and `releases/<version>/` archives into `scidsg/hushline-website`.
0 commit comments