File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ after_success:
2424
2525deploy :
2626 provider : script
27- script : docs/deploy.sh
27+ script : ./ docs/deploy.sh $ALEXANDRIA_APIKEY
2828 skip_cleanup : true
2929 on :
3030 branch : feat/docs
Original file line number Diff line number Diff line change 1- #! /bin/bash
1+ #! /bin/sh
22sudo 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: ${1 } " -F " archive=@phpform.tar.gz" https://alexandriadocs.io/api/v1/projects/upload/
You can’t perform that action at this time.
0 commit comments