Skip to content

Commit ec3787a

Browse files
committed
Add keys error test
1 parent 45655c6 commit ec3787a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/docs.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ jobs:
3939
run: |
4040
sudo apt update
4141
sudo apt install python3-pip python3-setuptools
42-
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
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
4444
PATH=/home/runner/.local/bin:$PATH export GIT_VER=$(git describe --always)
45-
PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh
45+
echo "PIP install requirements..."
46+
PATH=/home/runner/.local/bin:$PATH pip3 install --user -r ./docs/requirements.txt
47+
echo "Building the Docs..."
48+
cd ./docs && PATH=/home/runner/.local/bin:$PATH build-docs -l en
49+
echo "Deploy the Docs..."
50+
# PATH=/home/runner/.local/bin:$PATH deploy-docs

0 commit comments

Comments
 (0)