From fd2515472509785ab3faf422dbbedc1e1915e025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Mon, 26 Feb 2024 16:48:56 +0100 Subject: [PATCH] ci: fix +site target --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index ba35b23..e71f8c9 100644 --- a/Earthfile +++ b/Earthfile @@ -8,7 +8,7 @@ site: CACHE --id=pnpm $HOME/.local/share/pnpm RUN pnpm install --frozen-lockfile --prod COPY . /site - COPY +assets-generated/* /site/assets/generated + COPY +assets-generated/ /site/assets/generated RUN pnpm build SAVE ARTIFACT build AS LOCAL build