From afdf49d11d27bb2d9e68fa2fe8c25aba9471c7a1 Mon Sep 17 00:00:00 2001 From: Nico Ismaili Date: Sun, 4 Feb 2024 01:17:17 +0100 Subject: [PATCH] fix: add SITE_URL to anlyze step /spent 1m --- .github/workflows/gatsby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gatsby.yml b/.github/workflows/gatsby.yml index e150cb8..e1a0211 100644 --- a/.github/workflows/gatsby.yml +++ b/.github/workflows/gatsby.yml @@ -115,7 +115,7 @@ jobs: - name: Run PSI-SVG run: | - npx psi-svg psi.svg --strategy=$PSI_STRAT + npx psi-svg $SITE_URL psi.svg --strategy=$PSI_STRAT - name: Upload PSI SVG uses: actions/upload-artifact@v4