Skip to content

Commit

Permalink
🔧 chore(qodana.yml): add deployment step to publish Qodana scan resul…
Browse files Browse the repository at this point in the history
…ts to GitHub Pages

🐛 fix(qodana.yml): add missing newline at the end of the file for proper formatting
  • Loading branch information
Nat1anWasTaken committed Feb 14, 2024
1 parent c4564e3 commit 2f181bf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ jobs:
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.3
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ runner.temp }}/qodana/results/report
destination_dir: ./

0 comments on commit 2f181bf

Please sign in to comment.