Skip to content

Commit

Permalink
Change Netlify command
Browse files Browse the repository at this point in the history
  • Loading branch information
crweiner committed Oct 31, 2024
1 parent 22ed443 commit 17bd0d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[build]
command = "pip3 install mkdocs"
command = "mkdocs build --config-file mkdocs.yml"
command = """
pip3 install -q poetry &&
mkdocs build --config-file mkdocs.yml
"""
publish = "site"

[build.environment]
Expand Down

0 comments on commit 17bd0d9

Please sign in to comment.