From b39a1df5b37bcd29f40e0c6ee4939b09785f7c45 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 7 Apr 2024 11:34:49 -0400 Subject: [PATCH] Fix documentation build cache corruption Does the same thing as https://github.com/SciML/DiffEqFlux.jl/pull/915 --- .buildkite/documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/documentation.yml b/.buildkite/documentation.yml index bb81ecf90bb..0f3c3813d1b 100644 --- a/.buildkite/documentation.yml +++ b/.buildkite/documentation.yml @@ -13,7 +13,7 @@ steps: command: | git remote set-branches origin 'gh-pages' git fetch --depth=1 origin gh-pages - julia --project -e ' + julia --project=docs -e ' println("--- :julia: Instantiating project") using Pkg Pkg.instantiate() @@ -26,6 +26,7 @@ steps: queue: "juliagpu" cuda: "*" env: + JULIA_PKG_PRECOMPILE_AUTO: false DATADEPS_ALWAYS_ACCEPT: true JULIA_DEBUG: "Documenter" if: build.message !~ /\[skip docs\]/ && !build.pull_request.draft