Skip to content

Commit

Permalink
Merge branch 'pixi-task-caching' of https://github.com/Deltares/Ribasim
Browse files Browse the repository at this point in the history
… into pixi-task-caching
  • Loading branch information
Jingru923 committed Apr 19, 2024
2 parents 57a39ff + 4853727 commit 817ce6c
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 @@ -54,7 +54,7 @@ initialize-julia = { depends_on = [
build-julia-docs = { cmd = "julia --project docs/make.jl", depends_on = [
"initialize-julia",
], inputs = ["core", "docs/make.jl"] , outputs = ["docs/build"]}
quartodoc-build = { cmd = "quartodoc build && rm objects.json", cwd = "docs" , inputs = ["docs/_quarto.yml", "python/ribasim"], outputs = ["docs/python/reference"]}
quartodoc-build = { cmd = "cd docs && quartodoc build && rm objects.json", inputs = ["docs/_quarto.yml", "python/ribasim"], outputs = ["docs/python/reference"]}
quarto-preview = { cmd = "quarto preview docs", depends_on = [
"quartodoc-build",
"generate-testmodels",
Expand Down

0 comments on commit 817ce6c

Please sign in to comment.