diff --git a/.github/actions/validate/action.yml b/.github/actions/validate/action.yml index 885a5674..797dc352 100644 --- a/.github/actions/validate/action.yml +++ b/.github/actions/validate/action.yml @@ -28,4 +28,4 @@ runs: npm i npm i -D yaml@2.6.0 matcher@3.0.0 node load-check-links-playbook.js $GITHUB_REPOSITORY $GITHUB_BASE_REF - ./node_modules/.bin/antora --fetch --to-dir test --log-level=error --log-failure-level=error --extension=hazelcast-docs/lib/antora-link-checker-extension.js check-links-playbook.yml + ./node_modules/.bin/antora --fetch --to-dir test --log-level=warn --log-failure-level=warn --extension=hazelcast-docs/lib/antora-link-checker-extension.js check-links-playbook.yml