Skip to content

Commit

Permalink
pixi task
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 13, 2024
1 parent a204e54 commit f86719c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ docs-build = { cmd = "sphinx-build -b html docs/source docs/build/html" }
docs-clean = { cmd = "rm -rf docs/build" }
docs-rebuild = { depends_on = ["docs-clean", "docs-build"] }
docs-serve = { cmd = "python -m http.server --directory docs/build/html 8000" }
docs-publish = { cmd = "./sync_docs.sh", depends_on = ["docs-rebuild"], cwd = "docs" }

# Note: the `--no-verify` flag below for `vegafusion-core` is due to this cargo publish error:
#
Expand Down

0 comments on commit f86719c

Please sign in to comment.