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