File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -23,21 +23,22 @@ jobs:
2323 uses : actions/checkout@v4
2424 with :
2525 fetch-depth : 0
26- # - uses: pnpm/action-setup@v3
27- # - uses: oven-sh/setup-bun@v1
26+ - uses : pnpm/action-setup@v3
27+ with :
28+ version : 9
2829 - name : Setup Node
2930 uses : actions/setup-node@v4
3031 with :
31- node-version : 20
32- cache : npm # pnpm / yarn
32+ node-version : 22
33+ cache : pnpm
3334 - name : Setup Pages
3435 uses : actions/configure-pages@v4
3536 - name : Install dependencies
36- run : npm ci # pnpm install / yarn install / bun install
37+ run : pnpm install
3738 - name : Build with VitePress
3839 env :
3940 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40- run : npm run build # pnpm docs:build / yarn docs:build / bun run docs: build
41+ run : pnpm build
4142 - name : Upload artifact
4243 uses : actions/upload-pages-artifact@v3
4344 with :
You can’t perform that action at this time.
0 commit comments