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 b97d87d commit 395ee4dCopy full SHA for 395ee4d
.github/workflows/preview-build.yml
@@ -300,6 +300,7 @@ jobs:
300
- name: 'Validate redirect rules'
301
if: >
302
env.MATCH == 'true'
303
+ && hashFiles('docs/_redirects.yml', 'docs/redirects.yml') != ''
304
&& github.repository == 'elastic/docs-builder'
305
&& (
306
steps.deployment.outputs.result
@@ -314,6 +315,7 @@ jobs:
314
315
316
317
318
319
320
github.repository != 'elastic/docs-builder'
321
0 commit comments