Skip to content

Commit 3e5531c

Browse files
committed
Fix docs.yml
1 parent 0c67124 commit 3e5531c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
cache: pnpm
2929
- name: Install Dependencies
3030
run: pnpm install --frozen-lockfile
31+
- name: Run Addon Build
32+
run: pnpm build
3133
- name: Lint
3234
run: pnpm --filter docs lint
3335

@@ -45,7 +47,7 @@ jobs:
4547
cache: pnpm
4648
- name: Install Dependencies
4749
run: pnpm install --frozen-lockfile
48-
- name: Run addon build
50+
- name: Run Addon Build
4951
run: pnpm build
5052
- name: Run Tests
5153
run: pnpm --filter docs test:ember
@@ -65,7 +67,7 @@ jobs:
6567
cache: pnpm
6668
- name: Install Dependencies
6769
run: pnpm install --frozen-lockfile
68-
- name: Run addon build
70+
- name: Run Addon Build
6971
run: pnpm build
7072
- name: Run Tests
7173
run: pnpm --filter docs build

0 commit comments

Comments
 (0)