commit 182662692b4c4de4cba46759cf9b6d09086d9821
parent c4ca4911a3948de21205961170557dc870b3e84b
Author: Erik Loualiche <[email protected]>
Date: Tue, 20 May 2025 11:32:47 -0500
doc
Diffstat:
1 file changed, 4 insertions(+), 14 deletions(-)
diff --git a/docs/make.jl b/docs/make.jl
@@ -1,10 +1,12 @@
#!/usr/bin/env julia
-push!(LOAD_PATH, "../src/")
+# push!(LOAD_PATH, "../src/")
# import Pkg; Pkg.develop("../src")
# locally : julia --color=yes --project make.jl
+
+# --------------------------------------------------------------------------------------------------
# --
using BazerUtils
using Documenter
@@ -42,16 +44,4 @@ deploydocs(;
branch = "gh-pages",
push_preview = true,
)
-
-
-# deploydocs(;
-# repo = "github.com/eloualiche/BazerUtils.jl",
-# devbranch = "build",
-# )
-
-# deploydocs(;
-# repo = "github.com/eloualiche/BazerUtils.jl",
-# target = "build",
-# branch = "gh-pages",
-# )
-
+# --------------------------------------------------------------------------------------------------