Skip to content

Commit 79c73af

Browse files
authored
Merge branch 'react-component:master' into master
2 parents 9f27f8f + 01887f0 commit 79c73af

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Deploy documentation
2+
3+
on:
4+
release:
5+
types: [published]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
jobs:
14+
deploy:
15+
uses: react-component/rc-test/.github/workflows/deploy-pages.yml@main

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"framework": "umijs",
3-
"installCommand": "npm install",
3+
"installCommand": "npm install --legacy-peer-deps",
44
"buildCommand": "npm run build",
55
"outputDirectory": "docs-dist"
66
}

0 commit comments

Comments
 (0)