Skip to content

Commit

Permalink
chore: Use Quarto v1.6.37 (official release)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Nov 26, 2024
1 parent 6210deb commit 0be1abc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: Docs - Publish
env:
UV_VERSION: "0.4.x"
PYTHON_VERSION: 3.13
QUARTO_VERSION: 1.6.35
QUARTO_VERSION: 1.6.37

jobs:
docs-publish:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
},
"editor.defaultFormatter": "charliermarsh.ruff"
},
"quarto.path": "~/.local/share/qvm/versions/v1.6.35/bin/quarto"
"quarto.path": "~/.local/share/qvm/versions/v1.6.37/bin/quarto"
}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use qvm to manage quarto, also update:
# * `quarto.path` in .vscode/settings.json
# * quarto version in .github/workflows/docs-publish.yml
QUARTO_VERSION ?= v1.6.35
QUARTO_VERSION ?= v1.6.37
QVM_QUARTO_PATH = ~/.local/share/qvm/versions/${QUARTO_VERSION}/bin/quarto

.PHONY: install-quarto
Expand Down

0 comments on commit 0be1abc

Please sign in to comment.