Skip to content

Commit fc7503a

Browse files
thomaspinderThomas Pinder
and
Thomas Pinder
authoredSep 6, 2024··
Fix build (#11)
Co-authored-by: Thomas Pinder <[email protected]>
1 parent 5c58a9b commit fc7503a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dependencies = [
9191

9292
[tool.hatch.envs.docs.scripts]
9393
serve = "mkdocs serve --dev-addr localhost:8000"
94-
deploy = ["python docs/scripts/gen_examples.py", "mkdocs build"]
94+
deploy = "mkdocs build"
9595
build = "mkdocs build"
9696

9797
[tool.hatch.version]

0 commit comments

Comments
 (0)
Please sign in to comment.