Skip to content

Commit 7414065

Browse files
committed
feat: add content generation step to type check job
1 parent a78dd85 commit 7414065

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- name: 🥁 Install dependencies
5656
run: pnpm install --frozen-lockfile
5757

58+
- name: 📑 Generate content
59+
run: pnpm velite
60+
5861
- name: 🔍 Run type check
5962
run: pnpm typecheck
6063

0 commit comments

Comments
 (0)