Skip to content

Commit 79d3a20

Browse files
committed
chore: fix CI
1 parent e64d5e4 commit 79d3a20

5 files changed

Lines changed: 2837 additions & 2764 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ jobs:
3535
FIREBASE_CREDENTIALS: ${{ secrets.FIREBASE_CREDENTIALS }}
3636
BEARER: ${{ secrets.BEARER }}
3737

38-
- name: Install dependencies and build
38+
- name: Install and build docs
39+
working-directory: apps/docs
40+
run: bun install --frozen-lockfile && bun run build
41+
42+
- name: Install and build www
43+
working-directory: apps/www
3944
run: bun install --frozen-lockfile && bun run build
4045

4146
- name: Install Firebase Tools

0 commit comments

Comments
 (0)