Skip to content

#5 change base url (test running against index.html) #3

#5 change base url (test running against index.html)

#5 change base url (test running against index.html) #3

Workflow file for this run

name: CI
on: [push]
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install && npm install -g @lhci/[email protected]
- run: npm run build --base-href=/
- run: lhci autorun