Skip to content

Commit f5a18f5

Browse files
committed
We have to build docs to test building of package now
1 parent 8745c4c commit f5a18f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,11 @@ jobs:
131131
- name: Test kitty
132132
run: python3 .github/workflows/ci.py test
133133

134+
- name: Install deps for docs
135+
run: python3 -m pip install -r docs/requirements.txt
136+
137+
- name: Builds docs
138+
run: make FAIL_WARN=1 docs
139+
134140
- name: Build kitty package
135141
run: python3 .github/workflows/ci.py package

0 commit comments

Comments
 (0)