Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
fix: add SITE_URL to anlyze step
Browse files Browse the repository at this point in the history
/spent 1m
  • Loading branch information
nico-i committed Feb 4, 2024
1 parent 7ea365d commit afdf49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afdf49d

Please sign in to comment.