Skip to content

Commit

Permalink
Publishing to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jun 7, 2024
1 parent 9a999f2 commit d4fbb6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d4fbb6b

Please sign in to comment.