From fb0df0f1cf81960283ebcc565d38f26f0600ad4c Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:18:41 +0000 Subject: [PATCH 1/2] fix: update docs hash --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index f37f1415dd23..ca980143f3fc 100644 --- a/Earthfile +++ b/Earthfile @@ -205,7 +205,7 @@ docs-with-cache: FROM +bootstrap ENV CI=1 ENV USE_CACHE=1 - LET artifact=docs-ci-deploy-$(./boxes/bootstrap.sh hash) + LET artifact=docs-ci-deploy-$(./docs/bootstrap.sh hash) IF ci3/test_should_run $artifact WAIT BUILD --pass-args ./docs/+deploy-preview From afc81b456a3ef2908c4718ffe8804aad7941ff22 Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:52:57 +0000 Subject: [PATCH 2/2] fix: make bootstrap executable --- docs/bootstrap.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 docs/bootstrap.sh diff --git a/docs/bootstrap.sh b/docs/bootstrap.sh old mode 100644 new mode 100755