Skip to content

Commit 048bf05

Browse files
Update make.jl
1 parent c936df1 commit 048bf05

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/make.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ using Documenter, CloudClusters
22

33
makedocs(sitename="CloudClusters.jl")
44

5-
deploydocs(
6-
repo = "github.com/PlatformAwareProgramming/CloudClusters.jl.git"
7-
)
5+
repo = "github.com/PlatformAwareProgramming/CloudClusters.jl.git"
6+
7+
withenv("GITHUB_REPOSITORY" => repo) do
8+
deploydocs(; repo, versions=["stable" => "v^", "dev" => "dev"])
9+
end

0 commit comments

Comments
 (0)