Skip to content

Commit

Permalink
Fix github pages - copy all files
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jul 9, 2024
1 parent d65da27 commit 28bee83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ jobs:
- name: Move Allure report files
# run: mv allure-report/* .
run: |
mv allure-report/* ./allure-report/
mv allure-report/.??* ./allure-report/
mkdir -p allure-report
cp -r allure-report/* ./allure-report/
cp -r allure-report/.??* ./allure-report/
- name: Deploy Allure report to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 28bee83

Please sign in to comment.