Skip to content

Commit b45ca40

Browse files
committed
fix
1 parent 6f68c0c commit b45ca40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
uses: JetBrains/[email protected]
5757
with:
5858
upload-result: true
59+
pr-mode: false
5960
# https://hub.docker.com/r/jetbrains/qodana-jvm-community/tags
6061
# this disables the Gradle plugin to avoid the Gradle initialization and the dependency download
6162
# as that is not necessary for the Grazie and AsciiDoc plugins to check spelling and links.
@@ -64,7 +65,6 @@ jobs:
6465
args: >
6566
--linter,jetbrains/qodana-jvm-community:2023.2,
6667
--property=idea.suppressed.plugins.id=com.intellij.gradle,
67-
-v,${{ github.workspace }}/grazie:/opt/idea/plugins/grazie,
6868
-v,${{ github.workspace }}/empty:/opt/idea/plugins/gradle-java,
6969
--baseline,doc/qodana-baseline.sarif.json
7070

0 commit comments

Comments
 (0)