Skip to content

Commit

Permalink
docs: upgrade to new docusaurus version
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Dec 22, 2024
1 parent bb56131 commit 248c7b0
Show file tree
Hide file tree
Showing 41 changed files with 40,514 additions and 37,306 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: site sync

on:
push:
branches: [main]
branches: [v4-next]
paths:
- site/**
- CHANGELOG.md
Expand Down Expand Up @@ -34,15 +34,3 @@ jobs:
git-user: czy88840616
git-password: ${{ secrets.GH_TOKEN }}
deployment-branch: gh-pages
- name: Zip output
run: zip -r build/document_archive.zip docs i18n blog versioned_docs versioned_sidebars
working-directory: site
- name: upload files to OSS
uses: fangbinwei/aliyun-oss-website-action@v1
with:
accessKeyId: ${{ secrets.DEPLOY_SITE_ACCESS_KEY_ID }}
accessKeySecret: ${{ secrets.DEPLOY_SITE_ACCESS_KEY_SECRET }}
bucket: midway-next-site-hk
# use your own endpoint
endpoint: oss-cn-hongkong.aliyuncs.com
folder: site/build
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"url": "https://github.com/midwayjs/midway.git"
},
"engines": {
"node": ">= 16.0.0"
"node": ">= 18",
"pnpm": ">= 9"
},
"license": "MIT",
"collective": {
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fs-extra": "11.2.0"
},
"dependencies": {
"@grpc/grpc-js": "1.12.54",
"@grpc/grpc-js": "1.12.5",
"@grpc/proto-loader": "0.7.13"
},
"engines": {
Expand Down
Loading

0 comments on commit 248c7b0

Please sign in to comment.