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 0b8b36b commit 2c9d53cCopy full SHA for 2c9d53c
.github/workflows/build-plus.yml
@@ -136,6 +136,13 @@ jobs:
136
run: |
137
ctest -C Release -D Experimental -V
138
139
+ # Run PlusApp-bin/CreateUserManual.bat
140
+ - uses: ilammy/msvc-dev-cmd@v1
141
+ - name: Create user manual
142
+ working-directory: ${{github.workspace}}/build/PlusApp-bin
143
+ run: |
144
+ ./CreateUserManual.bat
145
+
146
- name: Debug Plus documentation output
147
if: contains(runner.os, 'Windows')
148
shell: pwsh
0 commit comments