Skip to content

Commit 1a9cf17

Browse files
committed
Add keys error test without PATH
1 parent ec3787a commit 1a9cf17

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/docs.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ 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
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)
42+
source ./docs/utils.sh
43+
add_doc_server_ssh_keys $DOCS_DEPLOY_PRIVATEKEY $DOCS_DEPLOY_SERVER $DOCS_DEPLOY_SERVER_USER
44+
export GIT_VER=$(git describe --always)
4545
echo "PIP install requirements..."
46-
PATH=/home/runner/.local/bin:$PATH pip3 install --user -r ./docs/requirements.txt
46+
pip3 install --user -r ./docs/requirements.txt
4747
echo "Building the Docs..."
48-
cd ./docs && PATH=/home/runner/.local/bin:$PATH build-docs -l en
48+
cd ./docs && build-docs -l en
4949
echo "Deploy the Docs..."
50-
# PATH=/home/runner/.local/bin:$PATH deploy-docs
50+
deploy-docs

0 commit comments

Comments
 (0)