From 1ad2ba7332abdc422c7560a4f0059eadf7eeed1c Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Mon, 15 May 2023 14:03:15 +0200 Subject: [PATCH] Use kairos-docs repo to generate docs Signed-off-by: Mauro Morales --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 1fddd0d..ddbefe2 100644 --- a/Earthfile +++ b/Earthfile @@ -49,7 +49,7 @@ build-kairos-agent: RUN apk add upx COPY . . COPY +webui-deps/node_modules ./internal/webui/public/node_modules - COPY github.com/kairos-io/kairos:master+docs/public/local ./internal/webui/public/local + COPY github.com/kairos-io/kairos-docs:main+docs/public/local ./internal/webui/public/local COPY +version/VERSION ./ ARG VERSION=$(cat VERSION) RUN echo $(cat VERSION)