From 3a5d4d43e435d9dcfa11d798eb6af99e7e993515 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 4 May 2022 09:49:44 +0300 Subject: [PATCH] misc: check doc page by Lighthouse CI --- .github/workflows/lighthouse-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse-report.yml b/.github/workflows/lighthouse-report.yml index 45aa14b5460b..47a7371c9a5d 100644 --- a/.github/workflows/lighthouse-report.yml +++ b/.github/workflows/lighthouse-report.yml @@ -27,7 +27,7 @@ jobs: uses: treosh/lighthouse-ci-action@b4dfae3eb959c5226e2c5c6afd563d493188bfaf # 9.3.0 with: urls: | - https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/ + https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/docs/ configPath: ./.github/workflows/lighthouserc.json uploadArtifacts: true temporaryPublicStorage: true