Skip to content

Commit

Permalink
We have to build docs to test building of package now
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Aug 19, 2022
1 parent 8745c4c commit f5a18f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,11 @@ jobs:
- name: Test kitty
run: python3 .github/workflows/ci.py test

- name: Install deps for docs
run: python3 -m pip install -r docs/requirements.txt

- name: Builds docs
run: make FAIL_WARN=1 docs

- name: Build kitty package
run: python3 .github/workflows/ci.py package

0 comments on commit f5a18f5

Please sign in to comment.