Skip to content

Commit

Permalink
build docs @github - take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Jan 15, 2025
1 parent f0ab42a commit 8fd8d96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
- name: Install dependencies Ubuntu
run: sudo apt-get update && sudo apt-get install cmake doxygen

- name: Configure CMake
run: cmake -S . -B build -DBUILD_DOCUMENTATION=ON -DBUILD_TESTING=OFF

- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: 'pip' # caching pip dependencies
- run: pip install -r docs/requirements.txt

- name: Configure CMake
run: cmake -S . -B build -DBUILD_DOCUMENTATION=ON -DBUILD_TESTING=OFF

- name: Run Sphinx
run: |
cmake --build build --target Sphinx-mcfp
Expand Down

0 comments on commit 8fd8d96

Please sign in to comment.