Skip to content

Commit

Permalink
gh: Configure VAST before building docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko authored and xlauko committed Apr 23, 2024
1 parent 72bd16f commit 26fb5f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ jobs:
submodules: true
fetch-depth: 1

- name: Configure build
run: cmake --preset ci

- name: Build VAST Doc
run: cmake --build --preset ci-release --target vast-doc

Expand Down

0 comments on commit 26fb5f0

Please sign in to comment.