File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -52,17 +52,16 @@ jobs:
5252 python-version : ' 3.x'
5353 - name : Deploy
5454 env :
55- DOCS_BUILD_DIR : " ./docs/_build/ "
56- DOCS_DEPLOY_URL_BASE : " https://docs.espressif.com/projects/arduino-esp32 "
57- DOCS_DEPLOY_SERVER : " $DOCS_SERVER "
55+ TYPE : " production "
56+ DOCS_DEPLOY_PRIVATEKEY : " $DOCS_PROD_DEPLOY_KEY "
57+ DOCS_DEPLOY_SERVER : " $DOCS_PROD_SERVER "
5858 DOCS_DEPLOY_SERVER_USER : " $DOCS_PROD_SERVER_USER"
59- DOCS_DEPLOY_PRIVATEKEY : " $DOCS_DEPLOY_KEY"
59+ DOCS_DEPLOY_PATH : " $DOCS_PROD_PATH"
60+ DOCS_DEPLOY_URL_BASE : " https://docs.espressif.com/projects/arduino-esp32"
6061 run : |
6162 PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh
6263 PATH=/home/runner/.local/bin:$PATH add_doc_server_ssh_keys $DOCS_DEPLOY_PRIVATEKEY $DOCS_DEPLOY_SERVER $DOCS_DEPLOY_SERVER_USER
6364 PATH=/home/runner/.local/bin:$PATH export GIT_VER=$(git describe --always)
6465 PATH=/home/runner/.local/bin:$PATH pip install -r ./docs/requirements.txt --prefer-binary
6566 cd ./docs && PATH=/home/runner/.local/bin:$PATH build-docs -l en
6667 PATH=/home/runner/.local/bin:$PATH deploy-docs
67-
68-
You can’t perform that action at this time.
0 commit comments