@@ -11,33 +11,33 @@ jobs:
1111 - name : " mainpage performance"
1212 uses : jakejarvis/lighthouse-action@master
1313 with :
14- url : ' https://jsdn.hk'
14+ url : " https://jsdn.hk"
1515 - name : " resume performance"
1616 uses : jakejarvis/lighthouse-action@master
1717 with :
18- url : ' https://jsdn.hk/resume'
18+ url : " https://jsdn.hk/resume"
1919 - name : " blog performance"
2020 uses : jakejarvis/lighthouse-action@master
2121 with :
22- url : ' https://jsdn.hk/blog'
22+ url : " https://jsdn.hk/blog"
2323 - name : " quotes performance"
2424 uses : jakejarvis/lighthouse-action@master
2525 with :
26- url : ' https://jsdn.hk/quotes'
26+ url : " https://jsdn.hk/quotes"
2727 - name : " links performance"
2828 uses : jakejarvis/lighthouse-action@master
2929 with :
30- url : ' https://jsdn.hk/links'
30+ url : " https://jsdn.hk/links"
3131 - name : " toolset performance"
3232 uses : jakejarvis/lighthouse-action@master
3333 with :
34- url : ' https://jsdn.hk/toolset'
34+ url : " https://jsdn.hk/toolset"
3535 - name : " fonts performance"
3636 uses : jakejarvis/lighthouse-action@master
3737 with :
38- url : ' https://jsdn.hk/fonts'
38+ url : " https://jsdn.hk/fonts"
3939 - name : " Upload results as an artifact"
4040 uses : actions/upload-artifact@master
4141 with :
4242 name : lighthouse-report
43- path : ' ./report'
43+ path : " ./report"
0 commit comments