Skip to content

Commit 10264f9

Browse files
author
Alex Grosu
committed
CI correction
1 parent bf88c7d commit 10264f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-documentation.yml

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
set -x
8282
pwd
8383
ls -all
84+
python -m venv ./venv_mkdocs/
85+
sleep 2
86+
source venv_mkdocs/bin/activate
8487
rm -rf poetry.lock && poetry lock --no-update && poetry install
8588
cd docs/rs-server
8689
rm -rf poetry.lock && poetry lock --no-update && poetry install --with dev

0 commit comments

Comments
 (0)