2020-12-01 18:28:35 +08:00
|
|
|
name: lighthouse ci
|
|
|
|
|
2020-05-30 20:37:06 +08:00
|
|
|
on: [push]
|
2020-12-01 18:28:35 +08:00
|
|
|
|
2019-12-06 12:02:37 +08:00
|
|
|
jobs:
|
2020-05-30 20:37:06 +08:00
|
|
|
lighthouseci:
|
2019-12-06 12:02:37 +08:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2020-05-30 20:37:06 +08:00
|
|
|
- uses: actions/checkout@v2
|
2020-08-17 19:32:03 +08:00
|
|
|
- uses: actions/setup-node@v2-beta
|
|
|
|
with:
|
|
|
|
node-version: '14'
|
2020-05-30 20:37:06 +08:00
|
|
|
- run: npm install && npm install -g @lhci/cli@0.4.x
|
2020-06-01 19:29:58 +08:00
|
|
|
- run: npm run site
|
2020-05-30 20:37:06 +08:00
|
|
|
- run: lhci autorun --upload.target=temporary-public-storage
|