Skip to content

Commit 45655c6

Browse files
committed
Debug deploy error
1 parent 076da9f commit 45655c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
sudo apt update
4141
sudo apt install python3-pip python3-setuptools
42-
PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh
42+
PATH=/home/runner/.local/bin:$PATH pip3 install --user -r ./docs/requirements.txt
4343
PATH=/home/runner/.local/bin:$PATH add_doc_server_ssh_keys $DOCS_DEPLOY_PRIVATEKEY $DOCS_DEPLOY_SERVER $DOCS_DEPLOY_SERVER_USER
4444
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
45+
PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh

0 commit comments

Comments
 (0)