Skip to content

Commit b86ed05

Browse files
committed
try to fix artifact...
1 parent f18a6f9 commit b86ed05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Artifacts.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[plotlylatest]
2-
git-tree-sha1 = "ce8282627c175a6a72a28539f6417b73bd5c815b"
2+
git-tree-sha1 = "5821e9083cd6c4fa11bbf2f2433a411e17bffff7"

src/PlotlyLight.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ plotlyjs = let
1616

1717
if isnothing(plotlylatest_hash) || !artifact_exists(plotlylatest_hash)
1818
plotlylatest_hash = create_artifact() do dir
19-
Downloads.download("https://cdn.plot.ly/plotly-latest.min.js", joinpath(dir, "plotly-latest.min.js"))
19+
Downloads.download("https://cdn.plot.ly/plotly-2.8.3.min.js", joinpath(dir, "plotly-latest.min.js"))
2020
end
21-
bind_artifact!(artifacts_toml, "plotlylatest", plotlylatest_hash)
21+
bind_artifact!(artifacts_toml, "plotlylatest", plotlylatest_hash; force=true)
2222
end
2323
joinpath(artifact_path(plotlylatest_hash), "plotlylatest")
2424
end

0 commit comments

Comments
 (0)