diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9dcbc09..3980eb0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,6 +17,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: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ff87311..1f50ae2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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: diff --git a/docs/Makefile b/docs/Makefile index 078fbf4..74b857d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -33,3 +33,7 @@ man: git -C $(ZFS_GIT_DIR) pull ; \ fi ../scripts/man_pages.py ./_build/zfs/man ./ + +.PHONY: feature_matrix +feature_matrix: + ../scripts/compatibility_matrix.py ./_build/