From 6a2e21d722c0f1d18411d167a7b596e742fcc194 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 1 Apr 2025 13:05:13 -0500 Subject: [PATCH] fix deploy --- publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.el b/publish.el index 68a827b..613067d 100644 --- a/publish.el +++ b/publish.el @@ -107,5 +107,5 @@ :publishing-directory "~/public_html/dotfiles" :recursive t :publishing-function org-publish-attachment) - ("org" :components ("org-core" "org-static-website" "org-config" "org-blog" "org-rss")))) + ("org" :components ("org-core" "org-static-website" "org-config" "org-blog")))) (org-publish-all t)