Skip to content

Commit 2cd3138

Browse files
authored
Clarify that actions can be used on projects OR single .qmd files (#62)
* Add detail to path: * add detail to path: * move outside of code block
1 parent 5a4143d commit 2cd3138

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

publish/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ Give this token a memorable name, and note the resulting string (or keep this wi
5959

6060
The `with` parameter can also be set to configure the following
6161

62-
* `path`: Subdirectory containing the quarto project to be published. Default to working directory (`.`)
62+
* `path`: Subdirectory containing the quarto project to be published or path to individual .qmd file. Default to working directory (`.`)
6363
* `render`: Set to `render: "false"` to skip rendering of project before publishing. By default, this `publish` action will render to all formats defined.

render/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
with:
77
to: html # If set, it will be equivalent to `quarto render --to html`
88
path: source-folder # By default, the current working dir is used i.e `quarto render .`
9-
```
9+
```
10+
11+
`path:` can be a path to a subdirectory containing the quarto project to be rendered or a path to a single .qmd file

0 commit comments

Comments
 (0)