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 f8f1ddd commit b2e55b8Copy full SHA for b2e55b8
.github/workflows/docs.yml
@@ -54,6 +54,7 @@ jobs:
54
run: |
55
PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh
56
PATH=/home/runner/.local/bin:$PATH add_doc_server_ssh_keys $DOCS_DEPLOY_PRIVATEKEY $DOCS_DEPLOY_SERVER $DOCS_DEPLOY_SERVER_USER
57
- export GIT_VER=$(git describe --always)
+ PATH=/home/runner/.local/bin:$PATH export GIT_VER=$(git describe --always)
58
PATH=/home/runner/.local/bin:$PATH pip install -r ./docs/requirements.txt --prefer-binary
59
+ cd ./docs && PATH=/home/runner/.local/bin:$PATH build-docs -l en
60
PATH=/home/runner/.local/bin:$PATH deploy-docs
0 commit comments