Skip to content

Commit 2c9d53c

Browse files
DOC: Create user manual bat
1 parent 0b8b36b commit 2c9d53c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-plus.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ jobs:
136136
run: |
137137
ctest -C Release -D Experimental -V
138138
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+
139146
- name: Debug Plus documentation output
140147
if: contains(runner.os, 'Windows')
141148
shell: pwsh

0 commit comments

Comments
 (0)