Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Dec 2, 2024
1 parent 8619bb0 commit f30c147
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/builder/generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ docker run --rm \
-v "${DOCS_DIR}":/out \
-v "${PROTO_DIR}":/protos \
pseudomuto/protoc-gen-doc \
--deterministic_output \
"${PROTO_FILES[@]}" \
--doc_opt=html,eigenda-protos.html

Expand All @@ -41,7 +40,6 @@ docker run --rm \
-v "${DOCS_DIR}":/out \
-v "${PROTO_DIR}":/protos \
pseudomuto/protoc-gen-doc \
--deterministic_output \
"${PROTO_FILES[@]}" \
--doc_opt=markdown,eigenda-protos.md

Expand Down

0 comments on commit f30c147

Please sign in to comment.