We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d2907 commit 42fb277Copy full SHA for 42fb277
.readthedocs.yaml
@@ -11,8 +11,9 @@ build:
11
- "wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.40/quarto-1.6.40-linux-amd64.tar.gz"
12
13
# Install
14
- - "mkdir ~/opt && tar -C ~/opt -xvzf quarto*.tar.gz"
15
- - "mkdir ~/bin && ln -s ~/opt/quarto-1.3.450/bin/quarto ~/bin/quarto"
+ - "mkdir --parents ~/opt/quarto ~/bin"
+ - "tar -C ~/opt/quarto -xvzf quarto*.tar.gz --strip-components 1"
16
+ - "ln -s ~/opt/quarto/bin/quarto ~/bin/quarto"
17
18
# Render
19
- "cd doc && ~/bin/quarto render"
0 commit comments