We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dc484 commit c0cfdafCopy full SHA for c0cfdaf
1 file changed
.github/workflows/documentation.yaml
@@ -23,10 +23,13 @@ jobs:
23
- name: Install dependencies
24
run: |
25
brew install doxygen
26
- pip3 install jinja2 Pygments
+ python3 -m venv venv
27
+ source venv/bin/activate
28
+ pip install jinja2 Pygments
29
30
- name: Build
31
32
33
cmake -S documentation -B build
34
cmake --build build --target GenerateDocs
35
0 commit comments