We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729956c commit 7a52a0bCopy full SHA for 7a52a0b
.github/workflows/CI_build.yml
@@ -31,4 +31,11 @@ jobs:
31
working-directory: .
32
run: msbuild PythonScript.sln /m /verbosity:minimal /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}"
33
34
+ - name: Build docs
35
+ if: matrix.build_configuration == 'Release'
36
+ working-directory: docs
37
+ run: |
38
+ python -m pip install --upgrade pip
39
+ pip install -U sphinx
40
+ make.bat html
41
0 commit comments