We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888e7f6 commit ed0b618Copy full SHA for ed0b618
1 file changed
.github/workflows/ci.yml
@@ -38,6 +38,14 @@ jobs:
38
# This runs all checks and generates the raw 'allure-results'
39
run: poetry run task ci
40
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
+
49
- name: Generate Allure Report with History
50
uses: mgrybyk-org/allure-report-branch-js-action@v1
51
# This is crucial: The report should be generated even if tests fail
0 commit comments