File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ before_script:
1313 - composer self-update
1414
1515install :
16- - composer install --dev -- no-interaction
16+ - composer install --no-interaction
1717
1818script :
1919 - mkdir -p build/logs
Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments