Skip to content

Commit

Permalink
Long format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Dec 18, 2023
1 parent 4170d4e commit be4a811
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 @@ -37,7 +37,7 @@ quarto-preview = { cmd = "export QUARTO_PYTHON=python && quarto preview docs", d
"quartodoc-build",
] }
quarto-check = { cmd = "quarto check all", depends_on = ["quartodoc-build"] }
quarto-render = { cmd = "julia --project=docs -e 'using Pkg; Pkg.build(\"IJulia\")' && export QUARTO_PYTHON=python && quarto render docs --to html --execute", depends_on = [
quarto-render = { cmd = "julia --project=docs --eval 'using Pkg; Pkg.build(\"IJulia\")' && export QUARTO_PYTHON=python && quarto render docs --to html --execute", depends_on = [
"quartodoc-build",
] }
docs = { depends_on = ["build-julia-docs", "quarto-preview"] }
Expand Down

0 comments on commit be4a811

Please sign in to comment.