Skip to content

Commit 6c5c4de

Browse files
committed
Fix docs build pr check
Signed-off-by: Telumiel <skye@skyenet.app>
1 parent daee072 commit 6c5c4de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ jobs:
458458
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
459459

460460
- name: Build docs
461-
run: make docs-build
461+
run: make docs-install docs-build
462462

463463
# This job is required to complete before merging, and is set as a branch
464464
# protection rule:

0 commit comments

Comments
 (0)