Skip to content

Commit 4725605

Browse files
author
Lucas HIMPENS
committed
update deploy
1 parent 4296401 commit 4725605

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deployment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
    run: npm install
2323

2424
- name: Run Lighthouse CI
25-
uses: treosh/lighthouse-ci-action@v11
26-
with:
27-
urls:
28-
https://lucashimpens.io/jftl-lighthouse-workshop/
29-
configPath: './lighthouserc.js'
30-
temporaryPublicStorage: true # upload lighthouse report to the temporary storage
25+
uses: treosh/lighthouse-ci-action@v11
26+
with:
27+
urls:
28+
https://lucashimpens.io/jftl-lighthouse-workshop/
29+
configPath: './lighthouserc.js'
30+
temporaryPublicStorage: true # upload lighthouse report to the temporary storage
3131

0 commit comments

Comments
 (0)