Skip to content

Commit

Permalink
Limit doxygen runs
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Aug 21, 2024
1 parent 496777a commit 7b32c26
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
- name: Build documentation
run: ninja gen_docs
working-directory: build
if: matrix.runner == 'ubuntu-latest'

buildcheck_macos:
name: Basic macOS build
Expand Down Expand Up @@ -120,6 +121,3 @@ jobs:
- name: Build code
run: ninja
working-directory: build
- name: Build documentation
run: ninja gen_docs
working-directory: build

0 comments on commit 7b32c26

Please sign in to comment.