Merge pull request #1 from jverzani/test_ci

test_ci
This commit is contained in:
john verzani 2022-05-24 14:10:33 -04:00 committed by GitHub
commit ac14d45696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
) )
=#