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 8184c20 commit 4bc57e9Copy full SHA for 4bc57e9
.github/workflows/deploy.yml
@@ -25,10 +25,9 @@ jobs:
25
uses: actions/checkout@v4
26
27
- name: Set up Quarto
28
- uses: quarto-dev/quarto-cli-action@main # Or back to @v2 if @main didn't work
29
- with:
30
- version: 1.6.40
31
-
+ uses: quarto-dev/quarto-actions/setup@v2
+ # No 'with:' block needed for this older action usually
+
32
# Comment out subsequent steps for now
33
# - name: Render Quarto Website
34
# run: quarto render
0 commit comments