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 1d884e9 commit da5d568Copy full SHA for da5d568
docs/make.jl
@@ -9,8 +9,8 @@ makedocs(;
9
sitename = "MAGEMin",
10
format = DocumenterVitepress.MarkdownVitepress(
11
repo = "github.com/ComputationalThermodynamics/MAGEMin_C.jl",
12
- devbranch = "main",
13
- devurl = "dev",
+ #devbranch = "main",
+ #devurl = "dev",
14
),
15
pages = [
16
"Home" => "index.md",
@@ -47,6 +47,6 @@ deploydocs(;
47
48
target = "dev", # this is where Vitepress stores its output
49
branch = "gh-pages",
50
51
push_preview = true,
52
)
0 commit comments