Skip to content

Commit 70e3470

Browse files
Update make.jl
1 parent 37e1b46 commit 70e3470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ makedocs(sitename="CloudClusters.jl")
55
repo = "github.com/PlatformAwareProgramming/CloudClusters.jl.git"
66

77
withenv("GITHUB_REPOSITORY" => repo) do
8-
deploydocs(; repo, versions=["stable" => "v^", "dev" => "dev"])
8+
deploydocs(; repo, versions=["stable" => "v^", "dev" => "dev"], push_preview = true, forcepush = true)
99
end

0 commit comments

Comments
 (0)