Skip to content

Commit

Permalink
chore: deploying unlighthouse report to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherkunp committed Jun 2, 2024
1 parent edf6f34 commit 5ecd822
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/lighthouse-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ jobs:
run: |
npm run unlighthouse-ci
- name: Upload Unlighthouse report to artifact
- name: Deploy Unlighthouse report to GitHub Pages
if: success() || failure()
uses: actions/upload-artifact@v4
uses: crazy-max/ghaction-github-pages@v4
with:
name: unlighthouse-reports
path: .unlighthouse/
target_branch: gh-pages
build_dir: .unlighthouse
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5ecd822

Please sign in to comment.