build locally, not with CI
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user