Skip to content

Commit 98e36c0

Browse files
committed
Added some logs
1 parent 720d1ba commit 98e36c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
PATH=/home/runner/.local/bin:$PATH source ./docs/utils.sh
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+
echo "PIP install requirements..."
4546
PATH=/home/runner/.local/bin:$PATH pip3 install --user -r ./docs/requirements.txt
47+
echo "Building the Docs..."
4648
cd ./docs && PATH=/home/runner/.local/bin:$PATH build-docs -l en
49+
echo "Deploy the Docs..."
4750
PATH=/home/runner/.local/bin:$PATH deploy-docs

0 commit comments

Comments
 (0)