File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,14 @@ jobs:
4444 run : |
4545 pnpm run build-doc
4646
47- - name : Deploy to Surge
48- uses : dswistowski/surge-sh-action@v1
49- with :
50- domain : ' antd-mobile.surge.sh'
51- project : ' ./dist'
52- login : ${{ secrets.SURGE_LOGIN }}
53- token : ${{ secrets.SURGE_TOKEN }}
47+ # Note: We miss the url permission for surge.sh, so we can't use it now.
48+ # - name: Deploy to Surge
49+ # uses: dswistowski/surge-sh-action@v1
50+ # with:
51+ # domain: 'antd-mobile.surge.sh'
52+ # project: './dist'
53+ # login: ${{ secrets.SURGE_LOGIN }}
54+ # token: ${{ secrets.SURGE_TOKEN }}
5455
5556 - name : Deploy to Surge (with SHA)
5657 uses : dswistowski/surge-sh-action@v1
Original file line number Diff line number Diff line change 11{
22 "name" : " antd-mobile" ,
3- "version" : " 5.38.0 " ,
3+ "version" : " 5.38.1 " ,
44 "homepage" : " https://github.com/ant-design/ant-design-mobile#readme" ,
55 "bugs" : {
66 "url" : " https://github.com/ant-design/ant-design-mobile/issues"
You can’t perform that action at this time.
0 commit comments