Skip to content

Commit aa80d6f

Browse files
committed
Fix netlify runner
Signed-off-by: dtfranz <[email protected]>
1 parent 79f42d5 commit aa80d6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# netlify.toml
22
[build]
3-
command = "mkdocs build"
4-
publish = "site"
3+
command = "pip install mkdocs & mkdocs build"
4+
publish = "site"

0 commit comments

Comments
 (0)