File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
"assertions" : {
15
15
"categories:performance" : [" error" , { "minScore" : 0.90 }],
16
16
"categories:accessibility" : [" error" , { "minScore" : 0.95 }],
17
- "categories:best-practices" : [" error" , { "minScore" : 0.95 }],
17
+ "categories:best-practices" : [" error" , { "minScore" : 0.90 }],
18
18
"categories:seo" : [" error" , { "minScore" : 0.95 }]
19
19
}
20
20
}
Original file line number Diff line number Diff line change 99
99
name : Built site ${{ github.run_number }}
100
100
path : ./_site
101
101
- name : Audit with Lighthouse
102
- uses : treosh/lighthouse-ci-action@v8
102
+ uses : treosh/lighthouse-ci-action@v10
103
103
with :
104
104
configPath : " .github/workflows/lighthouserc.json"
105
105
temporaryPublicStorage : true
Original file line number Diff line number Diff line change 37
37
description: The original web application for creating and sharing computational documents
38
38
src: try/python.svg
39
39
alt: Python logo - Launch Jupyter Notebook demo Binder
40
- url: https://jupyter.org/try-jupyter/retro/ notebooks/?path=notebooks/Intro.ipynb
40
+ url: https://jupyter.org/try-jupyter/notebooks/?path=notebooks/Intro.ipynb
41
41
42
42
- title: JupyterLite
43
43
description: JupyterLite (Wasm powered Jupyter) deployed as static GitHub Pages
You can’t perform that action at this time.
0 commit comments