Skip to content

Commit

Permalink
renamed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ZinnurovArtur committed Nov 27, 2023
1 parent 3e95218 commit 038e1b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing-pipline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
if: success() || failure()
continue-on-error: true
with:
ref: testing-result-pages # this needs to be changed to gh-pages after finilizing the docs pipline
path: testing-result-pages # this needs to be changed to gh-pages after finilizing the docs pipline
ref: gh-pages
path: gh-pages

- name: Allure report action # Step to generate Allure report
if: success() || failure()
Expand All @@ -112,7 +112,7 @@ jobs:
allure_results: CodeListLibrary_project/clinicalcode/tests/allure-results
allure_report: CodeListLibrary_project/clinicalcode/tests/allure-report
allure_history: allure-history
gh_pages: testing-result-pages # this needs to be changed to gh-pages after finilizing the docs pipline
gh_pages: gh-pages
keep_reports: 10 # Specify the number of previous reports to keep

- name: Upload an artifact for GitHub Pages
Expand All @@ -127,6 +127,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v2
env:
PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: testing-result-pages # this needs to be changed to gh-pages after finilizing the docs pipline
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: allure-history
keep_files: true

0 comments on commit 038e1b6

Please sign in to comment.