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 37e1b46 commit 70e3470Copy full SHA for 70e3470
docs/make.jl
@@ -5,5 +5,5 @@ makedocs(sitename="CloudClusters.jl")
5
repo = "github.com/PlatformAwareProgramming/CloudClusters.jl.git"
6
7
withenv("GITHUB_REPOSITORY" => repo) do
8
- deploydocs(; repo, versions=["stable" => "v^", "dev" => "dev"])
+ deploydocs(; repo, versions=["stable" => "v^", "dev" => "dev"], push_preview = true, forcepush = true)
9
end
0 commit comments