Skip to content

Commit ce4b11f

Browse files
committed
Hotfix build
So, I don't know *why*, but the runner just decided to start using a wildly outdated moonwave version.
1 parent 7023e72 commit ce4b11f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Bun
2525
uses: oven-sh/setup-bun@v2
2626
- name: Build
27-
run: bunx moonwave build
27+
run: bunx moonwave@1.4.2 build
2828

2929
# Upload steps
3030
- name: Upload artifact

0 commit comments

Comments
 (0)