File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
uses : actions/checkout@v4
33
33
with :
34
34
fetch-depth : 0 # Not needed if lastUpdated is not enabled
35
- # - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
36
- # - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
37
35
- name : Setup Node
38
36
uses : actions/setup-node@v4
39
37
with :
42
40
- name : Setup Pages
43
41
uses : actions/configure-pages@v4
44
42
- name : Install dependencies
45
- run : npm ci # or pnpm install / yarn install / bun install
43
+ run : npm ci
44
+ - name : Setup playground
45
+ run : npm run dev:prepare
46
46
- name : Build with VitePress
47
- run : npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
47
+ run : npm run docs:build
48
48
- name : Upload artifact
49
49
uses : actions/upload-pages-artifact@v3
50
50
with :
You can’t perform that action at this time.
0 commit comments