Skip to content

Commit 0267286

Browse files
committed
tweak docs
1 parent 13a2356 commit 0267286

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/publish/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Note that account information is not stored in this file, so it is suitable for
3939
4040
By default `quarto publish` will prompt you to confirm actions, automatically re-render prior to publishing, and open a browser to the admin page for the published content after it completes. You can override this behavior using the following options:
4141

42-
| Option | Behavior |
43-
|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
44-
| --no-prompt | Do not prompt to confirm publish actions. Note that this is automatically enabled when not running in a terminal or other interactive context (e.g. on CI). |
45-
| --no-browser | Do not open a browser after publish (also disabled automatically on CI). |
46-
| --no-render | Do not re-render prior to publish (use existing rendered content even if its stale visa-vi the source code). |
42+
| Option | Behavior |
43+
|--------------|-------------------------------------------|
44+
| --no-prompt | Do not prompt to confirm publish actions. |
45+
| --no-browser | Do not open a browser after publish. |
46+
| --no-render | Do not re-render prior to publish |
4747

4848
## Headless / CI Usage
4949

@@ -60,6 +60,8 @@ Using an environment variable combined with a `_publish.yml` file that points to
6060
quarto publish
6161
```
6262

63+
Note that when running in CI `quarto publish` will automatically disable prompting and opening a browser.
64+
6365
If you have multiple targets defined in `_publish.yml` then you can disambiguate with the `--site-id` parameter:
6466

6567
``` bash

0 commit comments

Comments
 (0)