commit
ac14d45696
@ -64,14 +64,15 @@ if isnothing(folder) && isnothing(file)
|
|||||||
# build_pages(folder, nothing, target, force)
|
# build_pages(folder, nothing, target, force)
|
||||||
# end
|
# end
|
||||||
|
|
||||||
|
|
||||||
# # others need to integrate with Pluto
|
# # others need to integrate with Pluto
|
||||||
# for folder ∈ ("alternatives", "misc")
|
# for folder ∈ ("alternatives", "misc")
|
||||||
# build_pages(folder, nothing, "weave_html", force)
|
# build_pages(folder, nothing, "weave_html", force)
|
||||||
# end
|
# end
|
||||||
build_pages("precalc", "functions", "html", true)
|
build_pages("precalc", "functions", "html", true)
|
||||||
build_pages("misc", nothing, "weave_html", true)
|
build_pages("misc", nothing, "weave_html", true)
|
||||||
toc = joinpath("build", "misc", "toc.html")
|
# toc = joinpath("build", "misc", "toc.html")
|
||||||
cp(toc, joinpath("build","index.html"), force=true)
|
# cp(toc, joinpath("build","index.html"), force=true)
|
||||||
else
|
else
|
||||||
build_pages(folder, file, target, force)
|
build_pages(folder, file, target, force)
|
||||||
end
|
end
|
||||||
@ -86,8 +87,7 @@ end
|
|||||||
# Documenter can also automatically deploy documentation to gh-pages.
|
# Documenter can also automatically deploy documentation to gh-pages.
|
||||||
# See "Hosting Documentation" and deploydocs() in the Documenter manual
|
# See "Hosting Documentation" and deploydocs() in the Documenter manual
|
||||||
# for more information.
|
# for more information.
|
||||||
#=
|
|
||||||
Documenter.deploydocs(
|
Documenter.deploydocs(
|
||||||
repo = "github.com/jverzani/CalculusWithJuliaNotes.jl"
|
repo = "github.com/jverzani/CalculusWithJuliaNotes.jl"
|
||||||
)
|
)
|
||||||
=#
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user