diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4efaddf5..096f0878 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,9 +2,9 @@ name: Documentation on: push: - branches: [documentation] + branches: [development] pull_request: - branches: [documentation] + branches: [development] jobs: deploy: @@ -18,4 +18,12 @@ jobs: # step with docs/static/CNAME. cname: keepiq.conduction.nl - docs-hosts: doriath.conduction.nl,keepiq.conduction.nl \ No newline at end of file + docs-hosts: doriath.conduction.nl,keepiq.conduction.nl + + # Named explicitly, because the comment above already knows the answer + # and the workflow did not. The callee derives the worker from `cname` + # when not told — `keepiq-docs`, which does not exist. Deploying that + # creates a SECOND worker while both custom domains keep routing to + # `doriath-docs`: every deploy green, reaching nobody. Renaming the + # worker is a Cloudflare-side move, not something this file can perform. + worker-name: doriath-docs diff --git a/docs/application-secret-requests.md b/docs/application-secret-requests.md index 36dcb47a..2e5d33a3 100644 --- a/docs/application-secret-requests.md +++ b/docs/application-secret-requests.md @@ -24,7 +24,7 @@ shows: | Column | Notes | |---|---| | Status | Pending, Fulfilled, Declined, Expired | -| Expiry | "Expires ", "Expired ", or **"No expiry"** — a link that works forever | +| Expiry | `Expires `, `Expired `, or **"No expiry"** — a link that works forever | | Token | Truncated. The full value goes to the clipboard only via **Copy fill link** | | Requested fields | The field names asked for, e.g. `key, login` |