From 9df62ba2000dc65d85c70e68bdd7ae749b1e6bb5 Mon Sep 17 00:00:00 2001 From: sotashimozono Date: Thu, 10 Sep 2026 00:44:59 +0000 Subject: [PATCH] docs: the preview-base example named the host that broke it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The commented-out override in the README showed `codes.sota-shimozono.com`, which is the value that was the workflow's default until #26 — and which resolves to `sinkhole.paloaltonetworks.com`. A reader copying the example would have re-created the bug. The default now asks the Pages API where the site is, so the override is for the case the API cannot answer: a site served from somewhere else. The example says that instead of naming a dead host. Co-Authored-By: Claude Opus 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3943e3..a102a45 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ jobs: preview: uses: QAtlasHub/.github/.github/workflows/docs-preview.yml@v1 secrets: inherit - # with: { preview-base: https://codes.sota-shimozono.com } + # with: { preview-base: https://docs.example.org } # only if not served from GitHub Pages ``` **Delete preview** (remove previews/PR on close) — `.github/workflows/CleanupPreview.yml`: