Skip to content

Update with-sidebar.html #27

Update with-sidebar.html

Update with-sidebar.html #27

Workflow file for this run

name: Lighthouse
on: push
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v2
with:
urls: |
https://doaj-kit.netlify.com/
https://doaj-kit.netlify.com/building-blocks/
https://doaj-kit.netlify.com/building-blocks/colours/
https://doaj-kit.netlify.com/building-blocks/typography/
https://doaj-kit.netlify.com/building-blocks/icons/
https://doaj-kit.netlify.com/building-blocks/patterns/
https://doaj-kit.netlify.com/building-blocks/layout/
https://doaj-kit.netlify.com/building-blocks/logotype/
https://doaj-kit.netlify.com/components/
https://doaj-kit.netlify.com/components/buttons/
https://doaj-kit.netlify.com/components/tags/
https://doaj-kit.netlify.com/themes/
runs: 3
configPath: '.github/workflows/lighthouserc.json'
temporaryPublicStorage: true
- name: Save results
uses: actions/upload-artifact@v1
with:
name: lighthouse-results
path: '.lighthouseci' # This will save the Lighthouse results as .json files