This commit is contained in:
Dirk Wetter
2026-06-17 11:21:31 +02:00
parent 85f80a6487
commit 2dc81417f6
+3 -1
View File
@@ -25,7 +25,9 @@ jobs:
- name: Build documentation
working-directory: doc
run: make
run: make -B
# -B ensures build when doc/testssl.1.md changes. When checking out the md file
# it probably might have a time stamp which indicates nothing has changed
- name: Commit and push generated doc files
run: |