From 5c6ac78097bad20a31ad86853e4296e752b02427 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 9 Jul 2024 17:24:55 +0100 Subject: [PATCH] Fix github pages - move all files --- .github/workflows/tests_qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_qa.yml b/.github/workflows/tests_qa.yml index 316308a61..5c2f65285 100644 --- a/.github/workflows/tests_qa.yml +++ b/.github/workflows/tests_qa.yml @@ -127,7 +127,7 @@ jobs: # Move the Allure report files to the root of the gh-pages directory - name: Move Allure report files - run: mv allure-report/* . + run: mv allure-report/* ./ - name: Deploy Allure report to GitHub Pages uses: peaceiris/actions-gh-pages@v3