Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-and-validate-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
path: .cache
key: ${{ steps.get-date.outputs.YEAR_WEEK }}

- name: Build using antora # and fail on warning
- name: Build using antora # and fail on error
id: antora-build
run: CI=true antora generate antora-playbook-for-development.yml --stacktrace --log-failure-level=warn
run: CI=true antora generate antora-playbook-for-development.yml --stacktrace --log-failure-level=error

- name: Store pull request details for publish-netlify
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-validate-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Build using antora
id: antora-build
run: CI=true antora generate antora-playbook-for-development.yml --stacktrace --log-failure-level=warn
run: CI=true antora generate antora-playbook-for-development.yml --stacktrace --log-failure-level=error

- name: Upload artifact doc-content
uses: actions/upload-artifact@v4
Expand Down
Loading