From 5dcaf940b6f7f7615ded24709f40d0d3805a25fd Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Mon, 2 May 2022 18:12:13 -0500 Subject: [PATCH] fix: Build site in deploy (#1265) --- .github/workflows/coder.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 2b9cc0e91c..3d0742c458 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -354,6 +354,9 @@ jobs: restore-keys: | js-${{ runner.os }}- + - name: Build site + run: make site/out + - name: Build Release uses: goreleaser/goreleaser-action@v2.9.1 with: