Skip to content

Commit 490f47f

Browse files
committed
add generation of help in GHA
1 parent fc0a145 commit 490f47f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_doc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
run: |
4848
python3 -m pip install -r ./requirements-doc.txt
4949
pip install -e .
50+
dcm2bids -h > docs_helper/help.txt
51+
dcm2bids_helper -h > docs_helper/helper.txt
52+
dcm2bids_scaffold -h > docs_helper/help_scaffold.txt
5053
5154
- name: Set git credentials
5255
run: |

0 commit comments

Comments
 (0)