mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-01 23:29:30 +08:00
16 lines
363 B
YAML
16 lines
363 B
YAML
name: lighthouse ci
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
lighthouseci:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/setup-node@v2-beta
|
|
with:
|
|
node-version: '14'
|
|
- run: npm install && npm install -g @lhci/cli@0.4.x
|
|
- run: npm run site
|
|
- run: lhci autorun --upload.target=temporary-public-storage
|