Skip to content

Commit a50d7ff

Browse files
authored
feat: automate docs generation.
1 parent 707c79c commit a50d7ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Run pydoc-markdown
2525
working-directory: .
2626
run: |
27-
pydoc-markdown -c pydoc-markdown.yml
28-
27+
pydoc-markdown pydoc-markdown.yml
28+
2929
- name: Commit generated docs if changed
3030
uses: stefanzweifel/git-auto-commit-action@v4
3131
with:

0 commit comments

Comments
 (0)