fix(ci): build command

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-23 14:00:03 -03:00
parent 1b7b6e3dc9
commit 9108709469

View File

@@ -19,7 +19,8 @@ jobs:
uses: DeterminateSystems/flake-checker-action@main
- name: Build project
run: |
nix shell nixpkgs#go nixpkgs#gnumake github:a-h/templ --command 'make build-vercel'
nix shell nixpkgs#go nixpkgs#gnumake github:a-h/templ
make build-vercel
- name: Deploy
uses: amondnet/vercel-action@v25
with: