diff --git a/catalyst-gateway/Earthfile b/catalyst-gateway/Earthfile index b53cf98ce47..872e1d103a8 100644 --- a/catalyst-gateway/Earthfile +++ b/catalyst-gateway/Earthfile @@ -52,7 +52,7 @@ all-hosts-build: test-lint-openapi: FROM github.com/input-output-hk/catalyst-ci/earthly/spectral:v2.4.0+spectral-base # Copy the doc artifact. - COPY +hosted-build/doc ./doc + COPY +build/doc ./doc # Scan the doc directory where type of file is JSON. DO github.com/input-output-hk/catalyst-ci/earthly/spectral:v2.4.0+BUILD_SPECTRAL --dir=./doc --file_type="json"