Skip to content

Commit

Permalink
fix quarto action
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito committed Feb 6, 2025
1 parent 8e2eaca commit fe22b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: '1.2.0' # Use a specific stable version instead of 'latest'
version: '1.6.40' # Use a specific stable version instead of 'latest'

- name: Render Quarto site
run: quarto render
Expand Down

0 comments on commit fe22b07

Please sign in to comment.