Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas HIMPENS committed Jun 10, 2024
1 parent 4296401 commit 4725605
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
    run: npm install

- name: Run Lighthouse CI
uses: treosh/lighthouse-ci-action@v11
with:
urls:
https://lucashimpens.io/jftl-lighthouse-workshop/
configPath: './lighthouserc.js'
temporaryPublicStorage: true # upload lighthouse report to the temporary storage
uses: treosh/lighthouse-ci-action@v11
with:
urls:
https://lucashimpens.io/jftl-lighthouse-workshop/
configPath: './lighthouserc.js'
temporaryPublicStorage: true # upload lighthouse report to the temporary storage

0 comments on commit 4725605

Please sign in to comment.