Skip to content

Commit

Permalink
Add docs build check to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed Oct 24, 2024
1 parent e5d8d47 commit 18dce4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
with:
submodules: true
- run: make check-api-reference

check-docs-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: make build-docs

0 comments on commit 18dce4f

Please sign in to comment.