Skip to content

Commit 8247abb

Browse files
committed
Forgotten sudo on deploy script
1 parent 98af77f commit 8247abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
pip install -r docs/requirements.txt && \
2+
sudo pip install -r docs/requirements.txt && \
33
cd docs/php-form && \
44
mkdocs build && \
55
tar -zcvf phpform.tar.gz -C site . && \

0 commit comments

Comments
 (0)