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