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

Commit

Permalink
fix: env var of psi-svg.yml
Browse files Browse the repository at this point in the history
/spent 1m
  • Loading branch information
nico-i committed Feb 3, 2024
1 parent 0d137dc commit 91b5cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/psi-svg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Run PSI-SVG
run: |
mkdir -p ${PSI_SVG_OUTPUT_DIR}
mkdir -p $PSI_SVG_OUTPUT_DIR
npx psi-svg $SITE_URL $PSI_SVG_OUTPUT_DIR/psi-desktop.svg --strategy=desktop
npx psi-svg $SITE_URL $PSI_SVG_OUTPUT_DIR/psi-mobile.svg --strategy=mobile
Expand Down

0 comments on commit 91b5cc5

Please sign in to comment.