Skip to content

Commit a9e5710

Browse files
committed
New command to install tinytex
1 parent 2af57e4 commit a9e5710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We recommend using a Linux or MacOS runner if possible, especially if TinyTeX is
2626
version: 0.3.71
2727
```
2828
29-
* `tinytex` - _optional_. Set `tinytex: true` to [install TinyTeX](https://quarto.org/docs/output-formats/pdf-engine.html#installing-tex) using `quarto tools install tinytex`. Note: Installing TinyTeX on Windows can take several minutes.
29+
* `tinytex` - _optional_. Set `tinytex: true` to [install TinyTeX](https://quarto.org/docs/output-formats/pdf-engine.html#installing-tex) using `quarto install tool tinytex`. Note: Installing TinyTeX on Windows can take several minutes.
3030

3131
```yaml
3232
steps:

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383
- name: 'Install TinyTeX'
8484
if: ${{ inputs.tinytex == 'true'}}
8585
run: |
86-
quarto tools install tinytex --log-level warning
86+
quarto install tool tinytex --log-level warning
8787
case $RUNNER_OS in
8888
"Linux")
8989
echo "$HOME/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)