Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjessesco committed Dec 30, 2024
1 parent bed2d63 commit 4020003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- uses: actions/checkout@v3

- name: Install Doxygen
run: brew install doxygen
run: brew install doxygen pipx

- name: Install pip3 packages
run: python3 -m venv .venv; source .venv/bin/activate; pip3 install Sphinx sphinx-rtd-theme breathe sphinx-mdinclude
run: pipx install Sphinx sphinx-rtd-theme breathe sphinx-mdinclude

- name: Configure CMake with DOCS
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DDOCS=ON
Expand Down

0 comments on commit 4020003

Please sign in to comment.