Skip to content

Commit

Permalink
fix yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Nov 17, 2023
1 parent 92e51fe commit e5a6991
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:

- name: Install dependencies Ubuntu
run: >
sudo apt-get update && sudo apt-get install cmake
sudo apt-get update && sudo apt-get install cmake doxygen
- name: Configure CMake
run: >
cmake -S . -B build -DBUILD_DOCUMENTATION=ON -DBUILD_TESTING=OFF
- name: Run Sphinx
run: >
cmake --build build --target Sphyinx-libmcfp
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
build-command: "sphinx-build -b html . ../build/sphinx -Dbreathe_projects.libmcfp=../build/docs/xml"

0 comments on commit e5a6991

Please sign in to comment.