Skip to content

Commit 1eee2b9

Browse files
committed
fix: Build site in deploy
1 parent fd49a18 commit 1eee2b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/coder.yaml

Lines changed: 3 additions & 0 deletions
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)