Skip to content

Commit 6aab6fd

Browse files
committed
Use built in github pages actions
1 parent 76b19f7 commit 6aab6fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/playwright-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
path: 'target/*.zip'
7070

7171
# Step 8: Deploy Allure report to GitHub Pages
72-
- name: Deploy Allure Report to GitHub Pages
73-
if: always() # Ensure this step runs even if tests fail
74-
uses: peaceiris/actions-gh-pages@v3
75-
with:
76-
github_token: ${{ secrets.GITHUB_TOKEN }}
77-
publish_dir: target/site/allure-maven-plugin
72+
# - name: Deploy Allure Report to GitHub Pages
73+
# if: always() # Ensure this step runs even if tests fail
74+
# uses: peaceiris/actions-gh-pages@v3
75+
# with:
76+
# github_token: ${{ secrets.GITHUB_TOKEN }}
77+
# publish_dir: target/site/allure-maven-plugin

0 commit comments

Comments
 (0)