We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3091532 commit a5de112Copy full SHA for a5de112
1 file changed
.github/workflows/deploy.yaml
@@ -43,6 +43,9 @@ jobs:
43
run: |
44
pnpm db:update
45
46
+ - name: Build application
47
+ run: pnpm build
48
+
49
- name: Deploy to Netlify
50
uses: netlify/actions/cli@master
51
with:
0 commit comments