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 03e98d9 commit 94c2e0cCopy full SHA for 94c2e0c
.github/workflows/build-check.yml
@@ -88,3 +88,7 @@ jobs:
88
run: cd wolfCrypt-JNI && export PATH=$PATH:"/home/runner/work/documentation" && make html
89
- name: wolfcrypt-jni pdf
90
run: cd wolfCrypt-JNI && export PATH=$PATH:"/home/runner/work/documentation" && make pdf
91
+ - name: wolfHSM html
92
+ run: cd wolfHSM && export PATH=$PATH:"/home/runner/work/documentation" && make html
93
+ - name: wolfHSM pdf
94
+ run: cd wolfHSM && export PATH=$PATH:"/home/runner/work/documentation" && make pdf
0 commit comments