Compare commits
4 Commits
171dba2d05
...
7323c53e8c
| Author | SHA1 | Date | |
|---|---|---|---|
| 7323c53e8c | |||
| e478fecdc0 | |||
| 512f846c5b | |||
| 21988ed709 |
@@ -21,22 +21,21 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
name: 🔧Install pnpm
|
||||
- name: 🔧Install Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
run_install: false
|
||||
bun-version: latest
|
||||
|
||||
- name: 🔧Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'pnpm'
|
||||
node-version: 22
|
||||
|
||||
- name: 🔧Install dependencies
|
||||
run: pnpm install
|
||||
run: bun install
|
||||
|
||||
- name: 🔴Build doc
|
||||
run: pnpm run docs:build
|
||||
run: bun run docs:build
|
||||
|
||||
- name: 🚀 Deploy to Cloudflare Pages
|
||||
uses: cloudflare/wrangler-action@v3
|
||||
|
||||
@@ -18,22 +18,21 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
name: 🔧Install pnpm
|
||||
- name: 🔧Install Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
run_install: false
|
||||
bun-version: latest
|
||||
|
||||
- name: 🔧Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'pnpm'
|
||||
node-version: 22
|
||||
|
||||
- name: 🔧Install dependencies
|
||||
run: pnpm install
|
||||
run: bun install
|
||||
|
||||
- name: 🔴Build doc
|
||||
run: pnpm run docs:build
|
||||
run: bun run docs:build
|
||||
|
||||
- name: 🚀 Deploy to Cloudflare Pages
|
||||
id: deploy
|
||||
|
||||
@@ -11,15 +11,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vuepress/bundler-vite": "2.0.0-rc.21",
|
||||
"vue": "^3.5.13",
|
||||
"vue": "^3.5.27",
|
||||
"vuepress": "2.0.0-rc.21",
|
||||
"vuepress-theme-hope": "2.0.0-rc.82"
|
||||
},
|
||||
"volta": {
|
||||
"node": "20.11.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677",
|
||||
"dependencies": {
|
||||
"baseline-browser-mapping": "^2.9.19",
|
||||
"caniuse-lite": "^1.0.30001766",
|
||||
"mathjax-full": "^3.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
4382
pnpm-lock.yaml
generated
4382
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user