mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 00:49:39 +08:00
b83c8636fa
* 📦 enable ESBUILD for site again * re-enable ESBUILD 📦
12 lines
302 B
YAML
12 lines
302 B
YAML
name: CI
|
|
on: [push]
|
|
jobs:
|
|
lighthouseci:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/setup-node@v1
|
|
- run: npm install && npm install -g @lhci/cli@0.4.x
|
|
- run: npm run site
|
|
- run: lhci autorun --upload.target=temporary-public-storage
|