diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 5c07892..563103b 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -1,4 +1,4 @@ -name: Build packages but don't deploy +name: Build the package using cmake then documentation on: workflow_dispatch: @@ -32,7 +32,7 @@ jobs: channels: conda-forge - name: Prepare - run: conda install conda-build conda-verify pytest anaconda-client sphinx breathe sphinx_rtd_theme + run: conda install conda-build conda-verify pytest anaconda-client sphinx breathe sphinx_rtd_theme zeromq - name: Build library run: mkdir build && cd build && cmake .. -DAARE_SYSTEM_LIBRARIES=ON -DAARE_DOCS=ON && make -j 2