Skip to content

Commit 02acd13

Browse files
authored
Fix: Run adapt install in GitHub Pages workflow (fix #3737) (#3738)
1 parent 682454b commit 02acd13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
node-version: "lts/*"
2020

2121
- name: Install dependencies
22-
run: npm ci
22+
run: |
23+
npm ci
24+
npx -y -p adapt-cli adapt install
2325
2426
- name: Build course
2527
run: grunt build

0 commit comments

Comments
 (0)