Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 22, 2024
1 parent 0742353 commit e817b1d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ui_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
if: always()
with:
gh_pages: gh-pages-1
gh_pages: gh-pages
allure_results: allure-results
allure_history: allure-history

Expand All @@ -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
Expand Down Expand Up @@ -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/[email protected]
if: always()
with:
gh_pages: gh-pages-1
gh_pages: gh-pages
allure_results: allure-results
allure_history: allure-history

Expand All @@ -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
Expand Down

0 comments on commit e817b1d

Please sign in to comment.