Skip to content

Commit

Permalink
chore: point lighthouse to blog to reproduce #9379 (#9393)
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
  • Loading branch information
johnnyreilly and slorber committed Oct 12, 2023
1 parent 4245b3d commit 209aae6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,18 @@ jobs:
with:
urls: |
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/docs/installation
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/docs/installation/
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/docs/category/getting-started/
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/blog/
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/blog/preparing-your-site-for-docusaurus-v3/
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/blog/tags/release/
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/blog/tags/
configPath: ./.github/workflows/lighthouserc.json
uploadArtifacts: true
temporaryPublicStorage: true
env:
PR_NUMBER: ${{ github.event.pull_request.number}}

- name: Format lighthouse score
id: format_lighthouse_score
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
Expand Down

0 comments on commit 209aae6

Please sign in to comment.