File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,14 @@ jobs:
44
44
run : |
45
45
pnpm run build-doc
46
46
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 }}
54
55
55
56
- name : Deploy to Surge (with SHA)
56
57
uses : dswistowski/surge-sh-action@v1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " antd-mobile" ,
3
- "version" : " 5.38.0 " ,
3
+ "version" : " 5.38.1 " ,
4
4
"homepage" : " https://github.com/ant-design/ant-design-mobile#readme" ,
5
5
"bugs" : {
6
6
"url" : " https://github.com/ant-design/ant-design-mobile/issues"
You can’t perform that action at this time.
0 commit comments