Skip to content

Commit

Permalink
modified action
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrojdh committed Oct 30, 2024
1 parent 801adcc commit 8b43011
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ jobs:
channels: conda-forge

- name: Prepare
run: conda install conda-build conda-verify pytest doxygen anaconda-client sphinx breathe pybind11 sphinx_rtd_theme nlohmann_json zeromq
run: conda install doxygen sphinx breathe pybind11 sphinx_rtd_theme furo nlohmann_json zeromq

- name: Build library
run: mkdir build && cd build && cmake .. -DAARE_SYSTEM_LIBRARIES=ON -DAARE_DOCS=ON && make -j 2 && make docs
run: |
mkdir build
cd build
cmake .. -DAARE_SYSTEM_LIBRARIES=ON -DAARE_DOCS=ON
make -j 2
make docs
Expand Down

0 comments on commit 8b43011

Please sign in to comment.