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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,12 @@ The group order determines which phase is active on **quarto.org** (the main sit
132
132
|---|---|
133
133
| `_quarto-prerelease-docs.yml` | Site-specific configuration for prerelease.quarto.org |
134
134
135
+
**CI profile** (`pr-preview`) is used by the deploy preview workflow to render `draft: true` pages as visible. `quarto render` hides drafts by default, but PR reviewers need to see them.
136
+
137
+
| File | Purpose |
138
+
|---|---|
139
+
| `_quarto-pr-preview.yml` | Sets `draft-mode: visible` for deploy previews |
140
+
135
141
### Subdomain variable and shortcode
136
142
137
143
**`prerelease-subdomain`** — site identity variable ("am I the prerelease site?"). Default `''` in `_quarto.yml`, set to `prerelease.` in `_quarto-prerelease-docs.yml`. Use for self-referential links (e.g. RevealJS demo links back to its own site).
0 commit comments