Skip to content

Commit 8900691

Browse files
committed
Build docs in ci
1 parent fab57cd commit 8900691

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: Install mix dependencies for blend
5151
run: mix blend.get
5252

53+
- name: Build docs
54+
run: mix docs --warnings-as-errors
55+
5356
- name: Run Tests (Phoenix LiveView v0.18)
5457
run: BLEND=phoenix_live_view_v0_18 mix test
5558

0 commit comments

Comments
 (0)