Skip to content

Commit 640166d

Browse files
authored
Add local inbound links validation to the shared preview workflow (#589)
1 parent 67ec691 commit 640166d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/preview-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ jobs:
134134
prefix: ${{ env.PATH_PREFIX }}
135135
strict: ${{ fromJSON(inputs.strict != '' && inputs.strict || 'true') }}
136136

137+
- uses: elastic/docs-builder/actions/validate-inbound-local@main
138+
if: ${{ !cancelled() && steps.deployment.outputs.result }}
139+
137140
- uses: elastic/docs-builder/.github/actions/aws-auth@main
138141
if: ${{ !cancelled() && steps.deployment.outputs.result }}
139142

0 commit comments

Comments
 (0)