File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
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 $ALEXANDRIA_APIKEY
27+ script : ./docs/deploy.sh
2828 skip_cleanup : true
2929 on :
3030 branch : feat/docs
Original file line number Diff line number Diff line change 11#! /bin/sh
2+
23sudo pip install -r docs/requirements.txt && \
34 cd docs/php-form && \
45 mkdocs build && \
56 tar -zcvf phpform.tar.gz -C site . && \
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/
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/
You can’t perform that action at this time.
0 commit comments