Skip to content

Commit ed0b618

Browse files
Revert "ci(github): remove a bad step on ci pipeline"
This reverts commit 888e7f6.
1 parent 888e7f6 commit ed0b618

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ jobs:
3838
# This runs all checks and generates the raw 'allure-results'
3939
run: poetry run task ci
4040

41+
- name: Check out gh-pages branch
42+
uses: actions/checkout@v4
43+
if: always()
44+
continue-on-error: true # This allows the workflow to continue if the branch doesn't exist yet
45+
with:
46+
ref: gh-pages
47+
path: gh-pages
48+
4149
- name: Generate Allure Report with History
4250
uses: mgrybyk-org/allure-report-branch-js-action@v1
4351
# This is crucial: The report should be generated even if tests fail

0 commit comments

Comments
 (0)