Skip to content

Commit

Permalink
Removing log level failure on default playbook
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Feb 29, 2024
1 parent d8468b8 commit 93a7cde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sw-docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ jobs:
- run: export DOCSEARCH_ENGINE=lunr
- run: export NODE_PATH="$(npm -g root)"
- run: npm -v
# TODO: fail if warning
- run: npm run install-build
- run: npm run local-install-build
2 changes: 0 additions & 2 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ content:
start_path: serverlessworkflow
runtime:
fetch: true
log:
failure_level: warn
ui:
bundle:
url: ./antora/ui-bundle.zip
Expand Down

0 comments on commit 93a7cde

Please sign in to comment.