Skip to content

Commit 6f01fec

Browse files
committed
ci(docs): rename docs preview workflows for clarity
Rename `preview-stable-docs.yml` to `docs-preview-pr.yml` (the file covered both main and stable PRs since #2992, so the old name was misleading) and `refresh-main-docs-preview.yml` to `docs-preview-main.yml`. Both now share the `docs-preview-` prefix so they sort together in the Actions UI, with display names "πŸ“– Docs preview (PR)" and "πŸ“– Docs preview (main)". Production promotion stays as a step inside release-stable.yml since it's gated on the orchestrator's `promote_sha` output and benefits from sharing a job with the release steps.
1 parent 3022bc0 commit 6f01fec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/refresh-main-docs-preview.yml renamed to .github/workflows/docs-preview-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# opening a draft PR. Mintlify reuses the URL per branch, so each push
44
# refreshes content in place. Production docs stay on docs-stable; this is
55
# unrelated to the production gate.
6-
name: πŸ‘€ Refresh main docs preview
6+
name: πŸ“– Docs preview (main)
77

88
on:
99
push:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Mintlify's automatic previews only fire on PRs targeting the deployment
66
# branch (`docs-stable`). Path filter keeps the 5 req/min Mintlify API quota
77
# from being spent on unrelated code PRs.
8-
name: πŸ‘€ Preview docs for main and stable PRs
8+
name: πŸ“– Docs preview (PR)
99

1010
on:
1111
pull_request:

0 commit comments

Comments
Β (0)