We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c936df1 commit 048bf05Copy full SHA for 048bf05
docs/make.jl
@@ -2,6 +2,8 @@ using Documenter, CloudClusters
2
3
makedocs(sitename="CloudClusters.jl")
4
5
-deploydocs(
6
- repo = "github.com/PlatformAwareProgramming/CloudClusters.jl.git"
7
-)
+repo = "github.com/PlatformAwareProgramming/CloudClusters.jl.git"
+
+withenv("GITHUB_REPOSITORY" => repo) do
8
+ deploydocs(; repo, versions=["stable" => "v^", "dev" => "dev"])
9
+end
0 commit comments