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 2bb42e6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,19 @@ jobs:
- name: Checkout source code
uses: actions/checkout@master
with:
fetch-depth: 10
fetch-depth: 0 # needed for :commit: docs role

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

- 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 2bb42e6

Please sign in to comment.