Skip to content

Commit 4bc57e9

Browse files
authored
Update deploy.yml
1 parent 8184c20 commit 4bc57e9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- 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-
28+
uses: quarto-dev/quarto-actions/setup@v2
29+
# No 'with:' block needed for this older action usually
30+
3231
# Comment out subsequent steps for now
3332
# - name: Render Quarto Website
3433
# run: quarto render

0 commit comments

Comments
 (0)