Skip to content

Commit 147d6c5

Browse files
committed
Co
1 parent da13321 commit 147d6c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makedocs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ deploydecision = deploy_folder(cfg; repo, push_preview, devbranch="master", devu
2525
@info "Setting PREVIEW_FRANKLIN_WEBSITE_URL to $repo"
2626
ENV["PREVIEW_FRANKLIN_WEBSITE_URL"] = repo
2727

28-
serve(; single=true, cleanup=false)
28+
serve(; single=true, cleanup=true, clear=true)
2929
# serve(; single=true, cleanup=false, fail_on_warning=true)
3030
# for interactive development of the docs, use:
3131
# cd(@__DIR__); serve(single=false, cleanup=true, clear=true, fail_on_warning = false)

0 commit comments

Comments
 (0)