Skip to content

Commit

Permalink
Update quarto-render task
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Oct 29, 2024
1 parent 4abd0cb commit 913c818
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pixi.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[project]
name = "Wflow.jl"
authors = [
"Joost Buitink <[email protected]",
"Willem van Verseveld <[email protected]",
"Joost Buitink <[email protected]>",
"Willem van Verseveld <[email protected]>",
"Hofer-Julian <[email protected]>",
"Bart de Koning <[email protected]>"
]
channels = ["conda-forge"]
platforms = ["win-64", "linux-64"]
Expand Down Expand Up @@ -44,7 +45,7 @@ instantiate-wflow-server = "julia --project=server --eval 'using Pkg; Pkg.instan
# Docs
install-ci = { depends_on = ["install-julia", "update-registry-julia"] }
quarto-check = { cmd = "quarto check all" }
quarto-render = { cmd = "quarto render docs --to html --execute" }
quarto-render = { cmd = "julia --project=docs --eval 'using Pkg; Pkg.build(\"IJulia\")' && quarto render docs --to html --execute" }
quarto-preview = { cmd = "quarto preview docs" }

[dependencies]
Expand All @@ -54,6 +55,3 @@ jupyter = ">=1.1.1,<2"

[system-requirements]
linux = "3.10.0"

[feature.dev.dependencies]
quarto = "*"

0 comments on commit 913c818

Please sign in to comment.