Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b4b16d

Browse files
committed
fix: Build site in deploy (#1265)
1 parent f3fcc70 commit 8b4b16d

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/[email protected]
359362
with:

0 commit comments

Comments
 (0)