Skip to content

Commit

Permalink
Update GitHub Pages configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
PagelsR committed Mar 2, 2024
1 parent cff4ad8 commit 51ea107
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-environment-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,14 +509,15 @@ jobs:
# path: screenshot_*.png
# retention-days: 30

# ${{ secrets.GITHUB_TOKEN }} is a GitHub Actions token that is automatically generated and used to authenticate with GitHub
# Publish HTML report to GitHub Pages to host static HTML report
- name: Publish HTML report to GitHub Pages
continue-on-error: true
if: always() # We want this to always run, even if test fail prior to this step running
uses: peaceiris/[email protected]
with:
#github_token: ${{ secrets.github-accesstoken }}
personal_token: ${{ secrets.personal-accesstoken }}
github_token: ${{ secrets.github-accesstoken }}
#personal_token: ${{ secrets.personal-accesstoken }}
publish_branch: gh-pages
publish_dir: playwright-report # This is where index.html will be output
keep_files: true # Set this to true to make sure we don't wipe out the other content in GitHub Pages
Expand Down

0 comments on commit 51ea107

Please sign in to comment.