Skip to content

Commit 9203086

Browse files
Fix devbranch for docs
Now `dev` will deploy successfully again.
1 parent 06cb9fa commit 9203086

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
@@ -80,7 +80,7 @@ if !isempty(ARGS) && ARGS[1] == "vite"
8080
repo = "github.com/JuliaUQ/UncertaintyQuantification.jl",
8181
target = joinpath(@__DIR__, "build"),
8282
branch = "gh-pages",
83-
devbranch = "main",
83+
devbranch = "master",
8484
push_preview = true,
8585
)
8686
end

0 commit comments

Comments
 (0)