We have to build docs to test building of package now
This commit is contained in:
parent
8745c4cd4a
commit
2bb42e67d7
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
|||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
fetch-depth: 10
|
fetch-depth: 0 # needed for :commit: docs role
|
||||||
|
|
||||||
- name: Build kitty
|
- name: Build kitty
|
||||||
run: python3 .github/workflows/ci.py build
|
run: python3 .github/workflows/ci.py build
|
||||||
@ -131,5 +131,11 @@ jobs:
|
|||||||
- name: Test kitty
|
- name: Test kitty
|
||||||
run: python3 .github/workflows/ci.py test
|
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
|
- name: Build kitty package
|
||||||
run: python3 .github/workflows/ci.py package
|
run: python3 .github/workflows/ci.py package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user