Skip to content

Commit 9f6c564

Browse files
committed
Add npm i to deploy workflow
1 parent 0fc40b2 commit 9f6c564

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploy-gh-pages.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020

21+
- name: Use Node.js 🐰
22+
uses: actions/setup-node@v4
23+
with:
24+
node-version: 20
25+
26+
- name: Install Node Modules 💾
27+
run: npm ci
28+
2129
- name: Set up mdBook 📚
2230
uses: ./.github/workflows/common/set-up-mdbook
2331
with:

0 commit comments

Comments
 (0)