Skip to content

Commit

Permalink
Use built in github pages actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Nov 24, 2024
1 parent 76b19f7 commit 6aab6fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
path: 'target/*.zip'

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

0 comments on commit 6aab6fd

Please sign in to comment.