Skip to content

Commit

Permalink
Fix documentation build cache corruption
Browse files Browse the repository at this point in the history
Does the same thing as SciML/DiffEqFlux.jl#915
  • Loading branch information
ChrisRackauckas authored Apr 7, 2024
1 parent dbea39a commit b39a1df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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
Expand Down

0 comments on commit b39a1df

Please sign in to comment.