diff --git a/docs/Earthfile b/docs/Earthfile index ce302f5fef9..599c8a4b815 100644 --- a/docs/Earthfile +++ b/docs/Earthfile @@ -11,7 +11,7 @@ src: # Now copy into that any artifacts we pull from the builds. COPY --dir ../+repo-docs/repo /docs/includes # copy Rust docs - COPY ./../catalyst-gateway+build-hosted/doc /docs/src/api/catalyst-gateway/rust-docs + COPY ./../catalyst-gateway+hosted-build/doc /docs/src/api/catalyst-gateway/rust-docs # Build the docs here. docs: