Skip to content

Commit d2045ff

Browse files
committed
Added ddocs deploy job - env vars added
1 parent b2e55b8 commit d2045ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,14 @@ jobs:
5151
with:
5252
python-version: '3.x'
5353
- name: Deploy
54+
env:
55+
DOCS_BUILD_DIR: "${./docs/_build/"
5456
run: |
5557
PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh
5658
PATH=/home/runner/.local/bin:$PATH add_doc_server_ssh_keys $DOCS_DEPLOY_PRIVATEKEY $DOCS_DEPLOY_SERVER $DOCS_DEPLOY_SERVER_USER
5759
PATH=/home/runner/.local/bin:$PATH export GIT_VER=$(git describe --always)
5860
PATH=/home/runner/.local/bin:$PATH pip install -r ./docs/requirements.txt --prefer-binary
5961
cd ./docs && PATH=/home/runner/.local/bin:$PATH build-docs -l en
6062
PATH=/home/runner/.local/bin:$PATH deploy-docs
63+
64+

0 commit comments

Comments
 (0)