We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076da9f commit 45655c6Copy full SHA for 45655c6
.github/workflows/docs.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
sudo apt update
41
sudo apt install python3-pip python3-setuptools
42
- PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh
+ PATH=/home/runner/.local/bin:$PATH pip3 install --user -r ./docs/requirements.txt
43
PATH=/home/runner/.local/bin:$PATH add_doc_server_ssh_keys $DOCS_DEPLOY_PRIVATEKEY $DOCS_DEPLOY_SERVER $DOCS_DEPLOY_SERVER_USER
44
PATH=/home/runner/.local/bin:$PATH export GIT_VER=$(git describe --always)
45
- PATH=/home/runner/.local/bin:$PATH pip3 install --user -r ./docs/requirements.txt
+ PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh
0 commit comments