Skip to content

Commit f61de1d

Browse files
authored
Fixes (#2)
- Fix building page
1 parent 4fab66b commit f61de1d

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
name: Build test
22

33
on:
4-
pull:
54
workflow_dispatch:
5+
pull_request:
66

77
permissions:
88
contents: read
9-
pages: write
10-
id-token: write
11-
12-
concurrency:
13-
group: "pages"
14-
cancel-in-progress: false
159

1610
jobs:
1711
# Build job
@@ -30,4 +24,4 @@ jobs:
3024
run: bun install
3125

3226
- name: Build
33-
run: bun run build
27+
run: bun --bun run build

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: bun install
3232

3333
- name: Build
34-
run: bun run build
34+
run: bun --bun run build
3535

3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"postbuild": "pagefind --site .next/server/app --output-path out/_pagefind"
99
},
1010
"dependencies": {
11-
"next": "^15.1.6",
11+
"next": "^15.4.5",
1212
"nextra": "^4.3.0",
1313
"nextra-theme-docs": "^4.3.0",
1414
"react": "^18.3.1",

0 commit comments

Comments
 (0)