Skip to content

Commit

Permalink
chore(rust-doc): Update amplify build to include workspace flag (vect…
Browse files Browse the repository at this point in the history
…ordotdev#18630)

feat: update rust-doc config to build with workspace flag
  • Loading branch information
devindford authored Sep 21, 2023
1 parent 99de28b commit f01354e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ docs:
# rust-doc.vector.dev specific build without the extra dependencies
ci-docs-build:
../scripts/environment/install-protoc.sh ${HOME}/protoc
PATH=${PATH}:${HOME}/protoc/ cargo doc --no-default-features --features="docs" --no-deps
PATH=${PATH}:${HOME}/protoc/ cargo doc --no-default-features --features="docs" --no-deps --workspace

0 comments on commit f01354e

Please sign in to comment.