File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 4242 - name : Setup Pages
4343 uses : actions/configure-pages@v4
4444 - name : Install dependencies
45- run : |
46- npm cache clean --force
47- rm -rf node_modules package-lock.json
48- npm install
45+ run : npm ci # 或 pnpm install / yarn install / bun install
4946 - name : Build with VitePress
5047 run : npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
5148 - name : Upload artifact
Original file line number Diff line number Diff line change 11node_modules /
22yarn.lock
3- package-lock.json
43.DS_Store
54# local dist
65/dist
Original file line number Diff line number Diff line change 33 "medium-zoom" : " ^1.0.6" ,
44 "mermaid" : " ^11.9.0" ,
55 "vitepress" : " ^1.6.3" ,
6- "vitepress-plugin-mermaid" : " ^2.0.17"
6+ "vitepress-plugin-mermaid" : " ^2.0.17" ,
7+ "rollup" : " 4.46.2"
78 },
89 "scripts" : {
910 "docs:dev" : " vitepress dev docs" ,
You can’t perform that action at this time.
0 commit comments