diff --git a/.github/workflows/run-full-regression-test.yml b/.github/workflows/run-full-regression-test.yml index ae16914..331aeb5 100644 --- a/.github/workflows/run-full-regression-test.yml +++ b/.github/workflows/run-full-regression-test.yml @@ -63,3 +63,11 @@ jobs: path: | ./test-reports if: always() + + - name: Deploy report to GitHub Pages + if: always() + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./test-reports + publish_branch: gh-pages