Skip to content

Commit 98af77f

Browse files
committed
Fixed script deploy docs
1 parent a0ac62c commit 98af77f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_script:
1313
- composer self-update
1414

1515
install:
16-
- composer install --dev --no-interaction
16+
- composer install --no-interaction
1717

1818
script:
1919
- mkdir -p build/logs

docs/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
sudo pip install -r docs/requirements.txt && \
2+
pip install -r docs/requirements.txt && \
33
cd docs/php-form && \
44
mkdocs build && \
55
tar -zcvf phpform.tar.gz -C site . && \
6-
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/
6+
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/

docs/php-form/phpform.tar.gz

-102 KB
Binary file not shown.

0 commit comments

Comments
 (0)