Skip to content

Commit 8d05327

Browse files
committed
fix docs build
1 parent ff79caa commit 8d05327

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build]
2-
command = "mkdocs build"
3-
publish = "site"
2+
command = "hatch run docs:build"
3+
publish = "site"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mkdocs
1+
hatch

0 commit comments

Comments
 (0)