Skip to content

Commit

Permalink
github/ci: fixing check-doc target
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert authored Feb 17, 2024
1 parent 7d2a5db commit 3b92e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: make
run: make -j 2

- name: make doc-check
run: make doc-check
- name: make check-doc
run: make check-doc

- name: make check
run: make -j 2 check
Expand Down

0 comments on commit 3b92e75

Please sign in to comment.