Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

add: lighthouse ci

add: lighthouse ci #1

Workflow file for this run

name: Lighthouse-CI
on:
push:
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run build
npm install -g @lhci/[email protected]
lhci autorun --upload.target=temporary-public-storage --collect.staticDistDir=./src/.vuepress/dist || echo "Lighthouse CI failed!"