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