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 1383863 commit 861b23cCopy full SHA for 861b23c
.github/workflows/deploy.yml
@@ -29,11 +29,11 @@ jobs:
29
uses: actions/checkout@v4 # Checks out your repository code
30
31
- name: Set up Quarto
32
- uses: quarto-dev/quarto-actions/setup@v2
+ uses: quarto-dev/quarto-cli-action@v2
33
with:
34
# Optional: Specify a Quarto version, or leave blank for latest
35
# version: 1.4.549
36
- version: latest
+ version: 1.6.40
37
38
# Optional: Add steps here to install R, Python, or other dependencies
39
# if your Quarto documents require code execution.
0 commit comments