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
This commit is contained in:
Kyle Carberry
2022-05-04 14:23:48 +00:00
committed by GitHub
parent 9d2e788fea
commit e860cc4814
+3
View File
@@ -54,6 +54,9 @@ jobs:
restore-keys: |
js-${{ runner.os }}-
- name: Install make
run: brew install make
- name: Build Site
run: make site/out