We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc226b8 commit 58cec12Copy full SHA for 58cec12
1 file changed
.github/actions/generate-docs/action.yml
@@ -16,7 +16,7 @@ runs:
16
run: pip install -r doc-requirements.txt
17
- name: Generate input format documentation
18
shell: bash
19
- run: python docs/generate_input_format_doc.py > docs/input_format.md
+ run: python docs/generate_input_format_doc.py
20
- name: Build API docs
21
22
run: |
0 commit comments