From d373a7f7083e91780b609d06636a61bab59b8899 Mon Sep 17 00:00:00 2001 From: Mat Manna <91392083+matmanna@users.noreply.github.com> Date: Sun, 23 Nov 2025 19:31:10 -0500 Subject: [PATCH] :wrench: fix lighthouse ci urls to avoid redirects Updated URLs in the lighthouse CI workflow to include trailing slashes. --- .github/workflows/lighthouse.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 6a4624d..e5e6c48 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -10,9 +10,9 @@ jobs: with: urls: | https://matmanna.github.io/doctored/ - https://matmanna.github.io/doctored/blog - https://matmanna.github.io/doctored/about - https://matmanna.github.io/doctored/projects - https://matmanna.github.io/doctored/now + https://matmanna.github.io/doctored/blog/ + https://matmanna.github.io/doctored/about/ + https://matmanna.github.io/doctored/projects/ + https://matmanna.github.io/doctored/now/ uploadArtifacts: true # save results as an action artifacts temporaryPublicStorage: true # upload lighthouse report to the temporary storage -- 2.51.2