File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,13 @@ jobs:
6161
6262 # Step 5: Zip the Allure Report
6363 - name : Zip Allure Report
64+ if : always()
6465 run : |
6566 zip -r allure-report.zip target/site/allure-maven-plugin
6667
6768 # Step 6: Upload ZIP Artifact
6869 - name : Upload Allure Report ZIP
70+ if : always()
6971 uses : actions/upload-artifact@v4
7072 with :
7173 name : allure-report
@@ -83,10 +85,12 @@ jobs:
8385
8486 # Step 2: Unzip the Allure Report
8587 - name : Unzip Allure Report
88+ if : always()
8689 run : unzip allure-report.zip -d target/site/
8790
8891 # Step 3: Deploy Allure Report to GitHub Pages
8992 - name : Deploy Allure Report to GitHub Pages
93+ if : always()
9094 uses : peaceiris/actions-gh-pages@v3
9195 with :
9296 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments