diff --git a/.github/workflows/tests_qa.yml b/.github/workflows/tests_qa.yml index 55d006517..1280e6e66 100644 --- a/.github/workflows/tests_qa.yml +++ b/.github/workflows/tests_qa.yml @@ -125,3 +125,9 @@ jobs: run: | cd allure-report python3 -m http.server 8000 > server.log 2>&1 & + + - name: Deploy Allure report to GitHub Pages + uses: peaceiris/actions-gh-pages@v3 + with: + personal_token: ${{ secrets.GH_PAGES_TOKEN }} + publish_dir: ./allure-report