diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index dc329527abde0..8a0d0baa548d9 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -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 diff --git a/docs/src/main/asciidoc/security-oidc-code-flow-authentication-concept.adoc b/docs/src/main/asciidoc/security-oidc-code-flow-authentication-concept.adoc index 20849967b3272..3adb05ceece53 100644 --- a/docs/src/main/asciidoc/security-oidc-code-flow-authentication-concept.adoc +++ b/docs/src/main/asciidoc/security-oidc-code-flow-authentication-concept.adoc @@ -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 ...