From b0a8397fb9663a3116a088b94b02ecf38ab07304 Mon Sep 17 00:00:00 2001 From: Maddiaa <47148561+Maddiaa0@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:46:52 +0800 Subject: [PATCH] fix(ci): update docs hash (#11082) --- Earthfile | 2 +- docs/bootstrap.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 docs/bootstrap.sh diff --git a/Earthfile b/Earthfile index f37f1415dd2..ca980143f3f 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 diff --git a/docs/bootstrap.sh b/docs/bootstrap.sh old mode 100644 new mode 100755