Skip to content

Commit

Permalink
Update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Jan 8, 2023
1 parent fd301f1 commit 7ec78dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
@@ -1,3 +1,3 @@
[build]
publish = "site"
command = "pip install . && pip install -r requirements/docs.txt && export PYTHONPATH=$(pwd) && mkdocs build"
command = "pip install -r requirements/docs.txt && pip install flask flask-marshmallow webargs flask-httpauth apispec && pip install . && export PYTHONPATH=$(pwd) && mkdocs build"

0 comments on commit 7ec78dc

Please sign in to comment.