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 a7281a8 commit 21738a8Copy full SHA for 21738a8
.github/workflows/preview-build.yml
@@ -149,7 +149,6 @@ jobs:
149
- name: 'Validate Inbound Links'
150
if: ${{ !cancelled() && steps.docs-build.outputs.skip != 'true' && (steps.deployment.outputs.result || (steps.check-files.outputs.any_modified == 'true' && github.event_name == 'merge_group')) }}
151
uses: elastic/docs-builder/actions/validate-inbound-local@main
152
- continue-on-error: true
153
154
- uses: elastic/docs-builder/.github/actions/aws-auth@main
155
if: ${{ !cancelled() && steps.docs-build.outputs.skip != 'true' && steps.deployment.outputs.result }}
0 commit comments