From 209aae6e57e2b25fca67e446a46983e743d362a4 Mon Sep 17 00:00:00 2001 From: John Reilly Date: Thu, 12 Oct 2023 12:38:30 +0100 Subject: [PATCH] chore: point lighthouse to blog to reproduce https://github.com/facebook/docusaurus/issues/9379 (#9393) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Lorber --- .github/workflows/lighthouse-report.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse-report.yml b/.github/workflows/lighthouse-report.yml index 63f30a7ad2..d24b47188d 100644 --- a/.github/workflows/lighthouse-report.yml +++ b/.github/workflows/lighthouse-report.yml @@ -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