Skip to content

Commit ec2dee4

Browse files
committed
workflow self host bug fix
1 parent 3482719 commit ec2dee4

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ jobs:
1919
name: Build Docusaurus
2020
runs-on: self-hosted
2121
steps:
22+
- name: Install Yarn
23+
run: npm install -g yarn
24+
2225
- uses: actions/checkout@v4
2326
with:
2427
fetch-depth: 0
28+
2529
- uses: actions/setup-node@v4
2630
with:
2731
node-version: 20

.github/workflows/test-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ jobs:
2222
name: Test deployment
2323
runs-on: self-hosted
2424
steps:
25+
26+
- name: Install Yarn
27+
run: npm install -g yarn
2528

2629
- uses: actions/checkout@v4
2730
with:
2831
fetch-depth: 0
32+
2933
- uses: actions/setup-node@v4
3034
with:
3135
node-version: 20

docs/docs/blade/getting-started/assembly.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,25 +78,29 @@ The M.2 device is now installed.
7878

7979
## Compute Module
8080

81-
The Compute Blade is built for the Raspberry Pi Compute Module 4(CM4).
81+
The Compute Blade is built for the Raspberry Pi Compute Module 4(CM4) and Compute Module 5(CM5).
8282

8383
:::warning
84-
The Compute Blade is made for the CM4; other compute modules may **NOT** work as intended on the Compute Blade as they are not officially validated.
84+
The Compute Blade is made for the CM4 / CM5; other compute modules may **NOT** work as intended on the Compute Blade as they are not officially validated.
8585
:::
8686

8787
<img src="/img/blade/mk4-k-cm4.webp" alt="Blade with cm4 above" width={'70%'}/>
8888

89-
Align the CM4 board to board connecter with the Compute Blade.
89+
Align the compute module board to board connecter with the Compute Blade.
9090

9191
<img src="/img/blade/mk4-k-cm4-aligned.webp" alt="Blade with cm4 above and flipped over showing board to board connecter" width={'70%'}/>
9292

93-
Place the CM4 onto the connector and press firmly.
93+
Place the compute module onto the connector and press firmly.
9494

9595
<img src="/img/blade/mk4-k-cm4-installed.webp" alt="Blade with CM4 installed" width={'70%'}/>
9696

9797
## Heat Sink
9898

99-
A heat sink is recommend to get the most out of your CM4. The Compute Blade Heat Sink is built to give your Compute Blade the best performance.
99+
A heat sink is recommend to get the most out of your CM4 and is required for CM5. The Compute Blade Heat Sink is built to give your Compute Blade the best performance.
100+
101+
:::danger
102+
Compute Bade Heatsink are currently not compatible with CM5
103+
:::
100104

101105
Included in the box
102106
- Heat Sink

docs/docs/blade/getting-started/image.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Admonition from '@theme/Admonition';
88

99
# Imaging Storage Media
1010

11-
You can boot the Raspberry Pi Compute Module 4 (CM4) in several ways on the Compute Blade
11+
You can boot the Raspberry Pi Compute Module 4 (CM4) and Compute Module 5 (CM5)in several ways on the Compute Blade
1212

1313
:::note
1414
Pre-boot eXecution Environment(PXE) is a process to boot a computer over the network. It will not be covered here. See our [dedicated guide](/blade/advanced-guides/pxe-booting/) for more information

0 commit comments

Comments
 (0)