Skip to content

Commit b9df935

Browse files
committed
fix docs pt.4
1 parent 4486a40 commit b9df935

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/Artifacts.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[flux-theme]
2+
git-tree-sha1 = "6e4be8bec8da9323c18d777d7855ef79dddcf524"
3+
4+
[[flux-theme.download]]
5+
sha256 = "b00941248ecdb643a72960bbfda19a3128591eca3d7cbcb3bfb80a6ab1c7f99e"
6+
url = "https://github.com/darsnack/flux-theme/releases/download/v0.2.1/flux-theme-0.2.1.tar.gz"

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
using Artifacts
21
using Publish
32
using DataAugmentation
3+
using Pkg.Artifacts
44

55

6-
artifactsfile = download("https://raw.githubusercontent.com/darsnack/flux-theme/main/Artifacts.toml", joinpath(@__DIR__, "Artifacts.toml"))
76
Publish.Themes.default() = artifact"flux-theme"
8-
rm(joinpath(@__DIR__, "Artifacts.toml"))
97

108
p = Publish.Project(DataAugmentation)
9+
1110
rm("dev", recursive = true, force = true)
1211
rm(p.env["version"], recursive = true, force = true)
12+
1313
deploy(DataAugmentation; root = "/DataAugmentation.jl", force = true, label = "dev")

0 commit comments

Comments
 (0)