Skip to content

Commit e797a14

Browse files
authored
Merge pull request #10 from MrSmart00/fix/convex-github-actions-codegen
fix: GitHub ActionsでのConvex生成ファイルエラーを修正
2 parents e5f8bd0 + a1ef2df commit e797a14

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
- name: Install dependencies
3232
run: npm ci
3333

34+
- name: Generate Convex files
35+
env:
36+
CONVEX_URL: ${{ secrets.VITE_CONVEX_URL }}
37+
run: npm run convex:codegen
38+
3439
- name: Build
3540
env:
3641
VITE_CONVEX_URL: ${{ secrets.VITE_CONVEX_URL }}
@@ -53,4 +58,4 @@ jobs:
5358
steps:
5459
- name: Deploy to GitHub Pages
5560
id: deployment
56-
uses: actions/deploy-pages@v4
61+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)