Skip to content

Commit

Permalink
Update build-docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Oct 13, 2024
1 parent cc021f6 commit 12d1a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ JULIA_PKG_PRECOMPILE_AUTO=0 $julia -e '
'

echo "== build documentation for $GITHUB_REPOSITORY@$GITHUB_REF, triggered by $GITHUB_ACTOR on $GITHUB_EVENT_NAME =="
$julia <<'EOF'
JULIA_PKG_PRECOMPILE_AUTO=0 $julia -e '
using Pkg
rev = split(ENV["GITHUB_REF"], "/", limit=3)[3]
Expand All @@ -93,5 +93,5 @@ Pkg.develop([
Pkg.add(PackageSpec(; name="Plots", rev))
Pkg.instantiate()
EOF
'
$julia docs/make.jl

0 comments on commit 12d1a41

Please sign in to comment.