We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ec691 commit 640166dCopy full SHA for 640166d
.github/workflows/preview-build.yml
@@ -134,6 +134,9 @@ jobs:
134
prefix: ${{ env.PATH_PREFIX }}
135
strict: ${{ fromJSON(inputs.strict != '' && inputs.strict || 'true') }}
136
137
+ - uses: elastic/docs-builder/actions/validate-inbound-local@main
138
+ if: ${{ !cancelled() && steps.deployment.outputs.result }}
139
+
140
- uses: elastic/docs-builder/.github/actions/aws-auth@main
141
if: ${{ !cancelled() && steps.deployment.outputs.result }}
142
0 commit comments