Skip to content

Commit 4a587e5

Browse files
committed
chore: bump 5.38.1
1 parent 949cf98 commit 4a587e5

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/doc-site.yml

+8-7
Original file line numberDiff line numberDiff 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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)