fix(ci): tempfix run commands directly

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-23 13:18:52 -03:00
parent 90fc340254
commit f177eb6c05

View File

@@ -16,9 +16,8 @@ jobs:
- uses: DeterminateSystems/flake-checker-action@main
- name: Build
run: |
nix develop
templ generate
go run ./cmd/build/main.go
nix run github:a-h/templ -- generate
nix run nixpkgs#go -- run ./cmd/build/main.go
- name: Deploy
uses: amondnet/vercel-action@v25
with: