Skip to content

Commit 692255d

Browse files
Fix build doc workflow
1 parent 5023ebd commit 692255d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Generate Documentation
5353
shell: bash -l {0}
54-
run: pdoc flamingo_tools/ -d google -o _site --html
54+
run: pdoc flamingo_tools/ -d google -o _site
5555

5656
- name: Verify Documentation Output
5757
run: ls -la _site/

0 commit comments

Comments
 (0)