Skip to content

Commit

Permalink
pages?
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Nov 18, 2023
1 parent fe3863a commit 22f8355
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 @@ -34,14 +34,15 @@ jobs:
run: cmake -S . -B build -DBUILD_DOCUMENTATION=ON -DBUILD_TESTING=OFF
- name: Run Doxygen
run: cmake --build build --target Doxygen-libmcfp
- name: Run Sphinx
run: cmake --build build --target Sphinx-libmcfp
# - name: Run Sphinx
# run: cmake --build build --target Sphinx-libmcfp

- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
build-command: ""

# build-command: "sphinx-build -b html . ${{ steps.strings.outputs.build-output-dir }}/sphinx -Dbreathe_projects.libmcfp=../build/docs/xml"
build-command: cmake --build ${{ steps.strings.outputs.build-output-dir }} --target Sphinx-libmcfp

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 22f8355

Please sign in to comment.