diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 6dd1100..a5fc54f 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -35,9 +35,8 @@ jobs: run: conda install conda-build conda-verify pytest doxygen anaconda-client sphinx breathe pybind11 sphinx_rtd_theme nlohmann_json zeromq - name: Build library - run: mkdir build && cd build && cmake .. -DAARE_SYSTEM_LIBRARIES=ON -DAARE_DOCS=ON && make -j 2 - - - name: Build docs - run: make docs + run: mkdir build && cd build && cmake .. -DAARE_SYSTEM_LIBRARIES=ON -DAARE_DOCS=ON && make -j 2 && make docs + +