Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
acocac committed Mar 12, 2024
1 parent 45e3f79 commit 899bf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build]
base = "book"
command = "python -m pip install --upgrade pip && pip install -r book/requirements.txt && jupyter-book build ."
command = "python -m pip install --upgrade pip && pip install -r requirements.txt && jupyter-book build ."
publish = "_build/html"

0 comments on commit 899bf97

Please sign in to comment.