Skip to content
Prev Previous commit
Next Next commit
try without venv
  • Loading branch information
epicfaace committed Aug 14, 2019
commit 748253348ac013215915832d77df2bdc43eed35a
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
command = "sudo apt-get install python3-venv && make -C Doc/ venv html"
command = "make -C Doc/ html"
publish = "Doc/build/html"