Skip to content

Commit

Permalink
Merge pull request #34035 from gsmet/complain-for-debug
Browse files Browse the repository at this point in the history
Complain for DEBUG errors in CI AsciiDoc build
  • Loading branch information
gsmet committed Jun 14, 2023
2 parents eaa17ea + df32c0c commit 2203ec4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build Docs
run: |
./mvnw -e -B --settings .github/mvn-settings.xml clean package -pl docs -Dasciidoctor.fail-if=INFO
./mvnw -e -B --settings .github/mvn-settings.xml clean package -pl docs -Dasciidoctor.fail-if=DEBUG
- name: Store PR id
run: echo ${{ github.event.number }} > pr-id.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ An access token is only required if the endpoint needs to:

In such cases, use the `quarkus.oidc.token-state-manager.strategy` property to configure the token state strategy as follows:

[Attributes]
|===
|To... |Set the property to ...

Expand Down

0 comments on commit 2203ec4

Please sign in to comment.