From ce49db6160dfa95cf9eafafbc2ccc6891435bf0f Mon Sep 17 00:00:00 2001 From: N-o-Z Date: Thu, 20 Jun 2024 15:41:46 +0300 Subject: [PATCH] HL Python SDK: Add docs generation to unit test workflow (#7908) --- .github/workflows/python-wrapper-unit-tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python-wrapper-unit-tests.yaml b/.github/workflows/python-wrapper-unit-tests.yaml index 6b820f8cde1..ab597b05d3a 100644 --- a/.github/workflows/python-wrapper-unit-tests.yaml +++ b/.github/workflows/python-wrapper-unit-tests.yaml @@ -56,6 +56,9 @@ jobs: working-directory: ./clients/python-wrapper run: pip install -r requirements.txt pylint pytest pytest-md pytest-emoji + - name: Generate Documentation + run: make python-wrapper-gen-docs + - name: Validate Documentation run: make validate-python-wrapper