Skip to content

Commit

Permalink
extend GH action for Build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Dec 21, 2023
1 parent 729956c commit 7a52a0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,11 @@ jobs:
working-directory: .
run: msbuild PythonScript.sln /m /verbosity:minimal /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}"

- name: Build docs
if: matrix.build_configuration == 'Release'
working-directory: docs
run: |
python -m pip install --upgrade pip
pip install -U sphinx
make.bat html

0 comments on commit 7a52a0b

Please sign in to comment.