Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/content/how-to/ci/docs-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The preview system uses two separate workflows for security, following the reusa

GitHub shows a **View deployment** link in the PR timeline via the `docs-preview` environment.

The preview is available at `https://pr-<number>.hypershift.pages.dev`.
The preview is available at `https://pr-<number>.hypershift.pages.dev`. Previews are automatically cleaned up by Cloudflare's branch retention policy.

## Configuration

Expand All @@ -24,6 +24,10 @@ The deploy workflow requires two secrets configured on the `docs-preview` GitHub
| `CLOUDFLARE_ACCOUNT_ID` | Cloudflare account ID |
| `CLOUDFLARE_API_TOKEN` | API token with Cloudflare Pages edit permissions |

## Troubleshooting

If the preview link doesn't appear on your PR, check that the Docs Build workflow completed successfully. The Docs Deploy workflow triggers automatically after a successful build.

## Local Preview

To preview documentation locally:
Expand Down
Loading