We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ddda0 commit 4b75ceaCopy full SHA for 4b75cea
.github/workflows/qodana.yml
@@ -19,3 +19,10 @@ jobs:
19
with:
20
linter: jetbrains/qodana-jvm-android:latest
21
fail-threshold: 10
22
+
23
+ - name: Deploy to GitHub Pages
24
+ uses: peaceiris/actions-gh-pages@v3
25
+ with:
26
+ github_token: ${{ secrets.GITHUB_TOKEN }}
27
+ publish_dir: ${{ runner.temp }}/qodana/results/report
28
+ destination_dir: ./
0 commit comments