diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 416a36a..a1fd82d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: