Skip to content

Commit 8e2eaca

Browse files
committed
fix quarto action
1 parent 4ef4999 commit 8e2eaca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quarto-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
- name: Setup Quarto
1717
uses: quarto-dev/quarto-actions/setup@v2
18+
with:
19+
version: '1.2.0' # Use a specific stable version instead of 'latest'
1820

1921
- name: Render Quarto site
2022
run: quarto render

0 commit comments

Comments
 (0)