diff --git a/publish.el b/publish.el index 4e05a86..2f83bad 100755 --- a/publish.el +++ b/publish.el @@ -279,6 +279,9 @@ PROJECT is the current project." (when force (warn! "Force flag set")) +(when force + (delete-directory "./html" t)) + (org-publish "This Month in Org" force) (section! "Uploading")