lighthouse fixes
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -23,3 +23,10 @@ jobs:
|
||||
- run: npm run format:check
|
||||
- run: npm test
|
||||
- run: npm run build
|
||||
- run: npm run verify:lighthouse
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: lighthouse-reports
|
||||
path: site/lighthouse-reports
|
||||
if-no-files-found: warn
|
||||
|
||||
Reference in New Issue
Block a user