Skip to content

Commit

Permalink
docs: Fix quarto-preview
Browse files Browse the repository at this point in the history
I removed that in a different PR,
but it seems to be necessary after all
  • Loading branch information
Hofer-Julian committed Nov 6, 2023
1 parent 9d81099 commit 0d600c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build-julia-docs = { cmd = "julia --project=docs docs/make.jl", depends_on = [
"instantiate-julia-docs",
] }
quartodoc-build = "cd docs && quartodoc build && rm objects.json"
quarto-preview = { cmd = "quarto preview docs", depends_on = [
quarto-preview = { cmd = "export QUARTO_PYTHON=python && quarto preview docs", depends_on = [
"quartodoc-build",
] }
quarto-check = { cmd = "quarto check all", depends_on = ["quartodoc-build"] }
Expand Down

0 comments on commit 0d600c0

Please sign in to comment.