We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64d5e4 commit 79d3a20Copy full SHA for 79d3a20
5 files changed
.github/workflows/deploy.yml
@@ -35,7 +35,12 @@ jobs:
35
FIREBASE_CREDENTIALS: ${{ secrets.FIREBASE_CREDENTIALS }}
36
BEARER: ${{ secrets.BEARER }}
37
38
- - name: Install dependencies and build
+ - 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
44
run: bun install --frozen-lockfile && bun run build
45
46
- name: Install Firebase Tools
0 commit comments