Skip to content

Commit

Permalink
fix docs, after name change
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Mar 9, 2024
1 parent 2db12c7 commit b671691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Run Sphinx
run: |
cmake --build build --target Sphinx-mcfp
cmake --build build --target Sphinx-libmcfp
ls -l ${{ steps.strings.outputs.build-output-dir }}
ls -l ${{ steps.strings.outputs.build-output-dir }}/docs/sphinx
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
jobs:
pre_build:
- "cmake -S . -B build -DBUILD_DOCUMENTATION=ON -DBUILD_TESTING=OFF"
- "cmake --build build --target Doxygen-mcfp"
- "cmake --build build --target Doxygen-libmcfp"

# Build from the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit b671691

Please sign in to comment.