Skip to content

Commit 248c7b0

Browse files
committed
docs: upgrade to new docusaurus version
1 parent bb56131 commit 248c7b0

File tree

41 files changed

+40514
-37306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+40514
-37306
lines changed

.github/workflows/site.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: site sync
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v4-next]
66
paths:
77
- site/**
88
- CHANGELOG.md
@@ -34,15 +34,3 @@ jobs:
3434
git-user: czy88840616
3535
git-password: ${{ secrets.GH_TOKEN }}
3636
deployment-branch: gh-pages
37-
- name: Zip output
38-
run: zip -r build/document_archive.zip docs i18n blog versioned_docs versioned_sidebars
39-
working-directory: site
40-
- name: upload files to OSS
41-
uses: fangbinwei/aliyun-oss-website-action@v1
42-
with:
43-
accessKeyId: ${{ secrets.DEPLOY_SITE_ACCESS_KEY_ID }}
44-
accessKeySecret: ${{ secrets.DEPLOY_SITE_ACCESS_KEY_SECRET }}
45-
bucket: midway-next-site-hk
46-
# use your own endpoint
47-
endpoint: oss-cn-hongkong.aliyuncs.com
48-
folder: site/build

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"url": "https://github.com/midwayjs/midway.git"
6161
},
6262
"engines": {
63-
"node": ">= 16.0.0"
63+
"node": ">= 18",
64+
"pnpm": ">= 9"
6465
},
6566
"license": "MIT",
6667
"collective": {

packages/grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"fs-extra": "11.2.0"
2929
},
3030
"dependencies": {
31-
"@grpc/grpc-js": "1.12.54",
31+
"@grpc/grpc-js": "1.12.5",
3232
"@grpc/proto-loader": "0.7.13"
3333
},
3434
"engines": {

0 commit comments

Comments
 (0)