mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
86f6b5f0bc
* docs: improve code demo box style * chore: update lighthouse.yml * use node 14
14 lines
350 B
YAML
14 lines
350 B
YAML
name: 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
|