mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
fix: Added jsonExpanded
reporter
This commit is contained in:
parent
d79207285a
commit
74c7e063d4
1 changed files with 3 additions and 2 deletions
5
.github/workflows/lighthouse-report.yaml
vendored
5
.github/workflows/lighthouse-report.yaml
vendored
|
@ -59,9 +59,10 @@ jobs:
|
|||
- name: Build Unlighthouse report
|
||||
run: |
|
||||
unlighthouse-ci \
|
||||
--router-prefix "${{ github.event.repository.name }}/${{ env.BRANCH_NAME }}" \
|
||||
--site "${{ steps.vercel_preview_url.outputs.preview_url }}" \
|
||||
--build-static \
|
||||
--router-prefix "${{ github.event.repository.name }}/${{ env.BRANCH_NAME }}"
|
||||
--reporter jsonExpanded \
|
||||
--build-static
|
||||
|
||||
- name: Deploy report to GitHub pages
|
||||
uses: peaceiris/actions-gh-pages@v3.9.3
|
||||
|
|
Loading…
Reference in a new issue