diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b76d01..d04e426 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -170,6 +170,13 @@ jobs: with: cache-default-branch-only: true + - 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: ./ + # Run plugin structure verification along with IntelliJ Plugin Verifier verify: name: Verify plugin @@ -255,4 +262,4 @@ jobs: --notes "$(cat << 'EOM' ${{ needs.build.outputs.changelog }} EOM - )" \ No newline at end of file + )"