build locally, not with CI

This commit is contained in:
jverzani
2022-06-07 16:01:21 -04:00
parent e36e700740
commit 6d8ac9ff37
82 changed files with 5251 additions and 104 deletions

View File

@@ -41,11 +41,12 @@ force = parse(Bool, d["force"])
if isnothing(folder) && isnothing(file)
build_pages(nothing, nothing, :html, force)
build_toc()
else
build_pages(folder, file, :html, force)
end
build_deploy()