From e817b1d53fbb90b0c1cc170179b8c0f92572263b Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Fri, 22 Mar 2024 17:10:36 +0500 Subject: [PATCH] cleanup --- .github/workflows/ui_workflow.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ui_workflow.yml b/.github/workflows/ui_workflow.yml index 2ba37e6e..792b9d86 100644 --- a/.github/workflows/ui_workflow.yml +++ b/.github/workflows/ui_workflow.yml @@ -173,14 +173,14 @@ jobs: if: always() continue-on-error: true with: - ref: gh-pages-1 - path: gh-pages-1 + ref: gh-pages + path: gh-pages - name: Allure Report uses: simple-elf/allure-report-action@v1.7 if: always() with: - gh_pages: gh-pages-1 + gh_pages: gh-pages allure_results: allure-results allure_history: allure-history @@ -189,7 +189,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: PERSONAL_TOKEN: ${{ secrets.PYTEST_TOKEN }} - PUBLISH_BRANCH: gh-pages-1 + PUBLISH_BRANCH: gh-pages PUBLISH_DIR: allure-history - name: Upload HTML run report in the Artifacts Folder @@ -322,14 +322,14 @@ jobs: if: always() continue-on-error: true with: - ref: gh-pages-1 - path: gh-pages-1 + ref: gh-pages + path: gh-pages - name: Allure Report uses: simple-elf/allure-report-action@v1.7 if: always() with: - gh_pages: gh-pages-1 + gh_pages: gh-pages allure_results: allure-results allure_history: allure-history @@ -338,7 +338,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: PERSONAL_TOKEN: ${{ secrets.PYTEST_TOKEN }} - PUBLISH_BRANCH: gh-pages-1 + PUBLISH_BRANCH: gh-pages PUBLISH_DIR: allure-history - name: Upload HTML run report in the Artifacts Folder