Skip to content

Commit a6f3059

Browse files
committed
fix: sleep 60 -> 180 dans lighthouse-audit.yml pour attendre le deploiement Pages
1 parent 6703179 commit a6f3059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lighthouse-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: gh-pages
2525

2626
- name: Attendre le déploiement GitHub Pages
27-
run: sleep 60
27+
run: sleep 180
2828

2929
- name: Audit Lighthouse
3030
uses: treosh/lighthouse-ci-action@v11

0 commit comments

Comments
 (0)