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

Skip to content

Commit e860cc4

Browse files
authored
fix: Build site in release (#1283)
This was using Mac Make, which is missing some options: https://github.com/coder/coder/runs/6265845123?check_suite_focus=true#step:10:6
1 parent 9d2e788 commit e860cc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
restore-keys: |
5555
js-${{ runner.os }}-
5656
57+
- name: Install make
58+
run: brew install make
59+
5760
- name: Build Site
5861
run: make site/out
5962

0 commit comments

Comments
 (0)