Skip to content

Commit b9cd80d

Browse files
authored
Fix path prefix validation command parameters (#1868)
1 parent 817a66f commit b9cd80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ jobs:
430430
)
431431
)
432432
run: |
433-
dotnet run --project src/tooling/docs-builder -- path-prefixes validate-link-reference
433+
dotnet run --project src/tooling/docs-assembler -- navigation validate-link-reference
434434
435435
- uses: elastic/docs-builder/.github/actions/aws-auth@main
436436
if: >

0 commit comments

Comments
 (0)