We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98af77f commit 8247abbCopy full SHA for 8247abb
docs/deploy.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-pip install -r docs/requirements.txt && \
+sudo pip install -r docs/requirements.txt && \
3
cd docs/php-form && \
4
mkdocs build && \
5
tar -zcvf phpform.tar.gz -C site . && \
0 commit comments