File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : Build test
2
2
3
3
on :
4
- pull :
5
4
workflow_dispatch :
5
+ pull_request :
6
6
7
7
permissions :
8
8
contents : read
9
- pages : write
10
- id-token : write
11
-
12
- concurrency :
13
- group : " pages"
14
- cancel-in-progress : false
15
9
16
10
jobs :
17
11
# Build job
30
24
run : bun install
31
25
32
26
- name : Build
33
- run : bun run build
27
+ run : bun --bun run build
Original file line number Diff line number Diff line change 31
31
run : bun install
32
32
33
33
- name : Build
34
- run : bun run build
34
+ run : bun --bun run build
35
35
36
36
- name : Upload artifact
37
37
uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 8
8
"postbuild" : " pagefind --site .next/server/app --output-path out/_pagefind"
9
9
},
10
10
"dependencies" : {
11
- "next" : " ^15.1.6 " ,
11
+ "next" : " ^15.4.5 " ,
12
12
"nextra" : " ^4.3.0" ,
13
13
"nextra-theme-docs" : " ^4.3.0" ,
14
14
"react" : " ^18.3.1" ,
You can’t perform that action at this time.
0 commit comments