We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31524c commit f06bb67Copy full SHA for f06bb67
.github/workflows/build_pr_documentation.yml
@@ -30,6 +30,8 @@ jobs:
30
31
- name: Setup environment
32
run: |
33
+ python -m venv venv-doc
34
+ source venv-doc/bin/activate
35
pip uninstall -y doc-builder
36
cd doc-builder
37
git pull origin main
0 commit comments