We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef4999 commit 8e2eacaCopy full SHA for 8e2eaca
.github/workflows/quarto-publish.yml
@@ -15,6 +15,8 @@ jobs:
15
16
- name: Setup Quarto
17
uses: quarto-dev/quarto-actions/setup@v2
18
+ with:
19
+ version: '1.2.0' # Use a specific stable version instead of 'latest'
20
21
- name: Render Quarto site
22
run: quarto render
0 commit comments