Skip to content

Commit f06bb67

Browse files
committedOct 14, 2024
fix doc build
1 parent b31524c commit f06bb67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/build_pr_documentation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Setup environment
3232
run: |
33+
python -m venv venv-doc
34+
source venv-doc/bin/activate
3335
pip uninstall -y doc-builder
3436
cd doc-builder
3537
git pull origin main

0 commit comments

Comments
 (0)