Skip to content

Commit

Permalink
chore: bump 5.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Oct 29, 2024
1 parent 949cf98 commit 4a587e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/doc-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ jobs:
run: |
pnpm run build-doc
- name: Deploy to Surge
uses: dswistowski/surge-sh-action@v1
with:
domain: 'antd-mobile.surge.sh'
project: './dist'
login: ${{ secrets.SURGE_LOGIN }}
token: ${{ secrets.SURGE_TOKEN }}
# Note: We miss the url permission for surge.sh, so we can't use it now.
# - name: Deploy to Surge
# uses: dswistowski/surge-sh-action@v1
# with:
# domain: 'antd-mobile.surge.sh'
# project: './dist'
# login: ${{ secrets.SURGE_LOGIN }}
# token: ${{ secrets.SURGE_TOKEN }}

- name: Deploy to Surge (with SHA)
uses: dswistowski/surge-sh-action@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd-mobile",
"version": "5.38.0",
"version": "5.38.1",
"homepage": "https://github.com/ant-design/ant-design-mobile#readme",
"bugs": {
"url": "https://github.com/ant-design/ant-design-mobile/issues"
Expand Down

1 comment on commit 4a587e5

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.