Skip to content

Commit 58cec12

Browse files
committed
Fix CI workflow for generating input format doc
1 parent cc226b8 commit 58cec12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/generate-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
run: pip install -r doc-requirements.txt
1717
- name: Generate input format documentation
1818
shell: bash
19-
run: python docs/generate_input_format_doc.py > docs/input_format.md
19+
run: python docs/generate_input_format_doc.py
2020
- name: Build API docs
2121
shell: bash
2222
run: |

0 commit comments

Comments
 (0)