We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e55b8 commit d2045ffCopy full SHA for d2045ff
.github/workflows/docs.yml
@@ -51,10 +51,14 @@ jobs:
51
with:
52
python-version: '3.x'
53
- name: Deploy
54
+ env:
55
+ DOCS_BUILD_DIR: "${./docs/_build/"
56
run: |
57
PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh
58
PATH=/home/runner/.local/bin:$PATH add_doc_server_ssh_keys $DOCS_DEPLOY_PRIVATEKEY $DOCS_DEPLOY_SERVER $DOCS_DEPLOY_SERVER_USER
59
PATH=/home/runner/.local/bin:$PATH export GIT_VER=$(git describe --always)
60
PATH=/home/runner/.local/bin:$PATH pip install -r ./docs/requirements.txt --prefer-binary
61
cd ./docs && PATH=/home/runner/.local/bin:$PATH build-docs -l en
62
PATH=/home/runner/.local/bin:$PATH deploy-docs
63
+
64
0 commit comments