Skip to content

Commit b2e55b8

Browse files
committed
Added ddocs deploy job - build and deploy
1 parent f8f1ddd commit b2e55b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
run: |
5555
PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh
5656
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)
57+
PATH=/home/runner/.local/bin:$PATH export GIT_VER=$(git describe --always)
5858
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
5960
PATH=/home/runner/.local/bin:$PATH deploy-docs

0 commit comments

Comments
 (0)