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

Commit

Permalink
feat(devops): psi svg now gets committed to repo
Browse files Browse the repository at this point in the history
/spent 4m
  • Loading branch information
nico-i committed Feb 4, 2024
1 parent 0e0b49d commit 3e3e7c3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,10 @@ jobs:
run: |
npx psi-svg $SITE_URL psi.svg --strategy=$PSI_STRAT
- name: Upload PSI SVG
uses: actions/upload-artifact@v4
with:
name: psi-svg
path: ./psi.svg
- name: Commit and push analysis svg
run: |
git config --global user.name 'GitHub Action'
git config --global user.email '[email protected]'
git add psi.svg
git commit -m "chore(deployment): update page speed insights svg [skip ci]"
git push

0 comments on commit 3e3e7c3

Please sign in to comment.