Skip to content

Commit 4eb8742

Browse files
authored
Update make.jl
1 parent da5d568 commit 4eb8742

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ makedocs(;
99
sitename = "MAGEMin",
1010
format = DocumenterVitepress.MarkdownVitepress(
1111
repo = "github.com/ComputationalThermodynamics/MAGEMin_C.jl",
12-
#devbranch = "main",
13-
#devurl = "dev",
12+
devbranch = "main",
13+
devurl = "dev",
1414
),
1515
pages = [
1616
"Home" => "index.md",
@@ -47,6 +47,6 @@ deploydocs(;
4747
repo = "github.com/ComputationalThermodynamics/MAGEMin_C.jl",
4848
target = "dev", # this is where Vitepress stores its output
4949
branch = "gh-pages",
50-
#devbranch = "main",
50+
devbranch = "main",
5151
push_preview = true,
5252
)

0 commit comments

Comments
 (0)