From 27460de0d0846c973890e1641fe1f9e56fc433ee Mon Sep 17 00:00:00 2001 From: Jacqueline Zhang Date: Sun, 14 Jul 2024 17:52:44 +0800 Subject: [PATCH] test --- .github/workflows/run-full-regression-test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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