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 238fff5 commit 23b034fCopy full SHA for 23b034f
docs/deploy.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
-sudo pip install -r docs/requirements.txt && \
4
- cd docs/php-form && \
5
- mkdocs build && \
6
- tar -zcvf phpform.tar.gz -C site . && \
7
- curl -X POST -H "Content-Type: multipart/form-data" -H "Api-Key: ${ALEXANDRIA_APIKEY}" -F "archive=@phpform.tar.gz" https://alexandriadocs.io/api/v1/projects/upload/
+sudo pip install -r docs/requirements.txt
+cd docs/php-form
+mkdocs build
+tar -zcvf phpform.tar.gz -C site .
+curl -X POST -H "Content-Type: multipart/form-data" -H "Api-Key: ${ALEXANDRIA_APIKEY}" -F "archive=@phpform.tar.gz" https://alexandriadocs.io/api/v1/projects/upload/
0 commit comments