Skip to content

Commit

Permalink
CI: Use 3rd party instead (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazipan authored Nov 25, 2024
1 parent 948095f commit 6755b5d
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,10 @@ jobs:
with:
name: playwright-report
path: playwright-report/
retention-days: 30
retention-days: 30- name: Deploy

deploy_report:
needs: smoke-test
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
- name: Deploy GH Pages
- uses: peaceiris/actions-gh-pages@v4
with:
artifact_name: 'playwright-report'
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./playwright-report

0 comments on commit 6755b5d

Please sign in to comment.