Skip to content

Commit fe22b07

Browse files
committed
fix quarto action
1 parent 8e2eaca commit fe22b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quarto-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Quarto
1717
uses: quarto-dev/quarto-actions/setup@v2
1818
with:
19-
version: '1.2.0' # Use a specific stable version instead of 'latest'
19+
version: '1.6.40' # Use a specific stable version instead of 'latest'
2020

2121
- name: Render Quarto site
2222
run: quarto render

0 commit comments

Comments
 (0)