fix(ci): build command

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-23 13:00:48 -03:00
parent bd3e1401b3
commit 0bafb8f127

View File

@@ -16,7 +16,9 @@ jobs:
- name: Start shell
run: nix develop .#CI
- name: Build
run: make build-vercel
run:
templ generate
go run ./cmd/build/main.go
- name: Deploy
uses: amondnet/vercel-action@v25
with: