Skip to content

Commit 4b75cea

Browse files
authored
Update qodana.yml
1 parent 68ddda0 commit 4b75cea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/qodana.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ jobs:
1919
with:
2020
linter: jetbrains/qodana-jvm-android:latest
2121
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

Comments
 (0)