restore ===
This commit is contained in:
parent
80123e1839
commit
21bbf7f1d4
@ -81,7 +81,7 @@ function __init__()
|
||||
artifact_toml = joinpath(@__DIR__, "Artifacts.toml")
|
||||
|
||||
plotly_sha = artifact_hash("plotly", artifact_toml)
|
||||
if plotly_sha == nothing || !artifact_exists(plotly_sha)
|
||||
if plotly_sha === nothing || !artifact_exists(plotly_sha)
|
||||
plotly_sha = create_artifact() do artifact_dir
|
||||
download("https://cdn.plot.ly/plotly-1.54.2.min.js", joinpath(artifact_dir, "plotly-1.54.2.min.js"))
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user