From 955fb6a48890ca8bf1bba5c95f715981f1b1a06e Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Mon, 27 Jan 2025 03:08:09 +0100 Subject: [PATCH] added another try to build via pipeline --- publishconf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/publishconf.py b/publishconf.py index b323657..8671cf2 100644 --- a/publishconf.py +++ b/publishconf.py @@ -13,6 +13,9 @@ PARENTURL = "https://hadan-it.com" RELATIVE_URLS = False THEME = "themes/business" +PATH = 'content' +OUTPUT_PATH = 'output' + FEED_ALL_ATOM = "feeds/all.atom.xml" CATEGORY_FEED_ATOM = "feeds/{slug}.atom.xml"