Feature_matrix: add to CI

Signed-off-by: George Melikov <mail@gmelikov.ru>
This commit is contained in:
George Melikov
2020-10-07 22:23:44 +03:00
parent dce388a62e
commit 58258ef4e0
3 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ jobs:
pip install -r docs/requirements.txt
- name: Gen_man_pages
run: make man
- name: Gen_feature_matrix
run: make feature_matrix
- name: Gen_sphinx
uses: ammaraskar/sphinx-action@master
with: