Skip to content

Commit

Permalink
attempt to create docs using sphinx in an action
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Nov 17, 2023
1 parent 3835293 commit 8b815d9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
run: >
sudo apt-get update && sudo apt-get install cmake
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
pre-build-command: "cmake -S . -B build -DBUILD_DOCUMENTATION=ON -DBUILD_TESTING=OFF"
build-command: "cmake --build build --target Sphinx-libmcfp"
- name: Run Doxygen
run: >
"cmake -S . -B build -DBUILD_DOCUMENTATION=ON -DBUILD_TESTING=OFF"
"cmake --build build --target Sphyinx-libmcfp"

0 comments on commit 8b815d9

Please sign in to comment.