Skip to content

Commit 5dcaf94

Browse files
authored
fix: Build site in deploy (#1265)
1 parent fd49a18 commit 5dcaf94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/coder.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,9 @@ jobs:
354354
restore-keys: |
355355
js-${{ runner.os }}-
356356
357+
- name: Build site
358+
run: make site/out
359+
357360
- name: Build Release
358361
uses: goreleaser/goreleaser-action@v2.9.1
359362
with:

0 commit comments

Comments
 (0)