added another try to build via pipeline
Some checks failed
Build / build-deploy (push) Failing after 42s

This commit is contained in:
Stephan Hadan 2025-01-27 03:08:09 +01:00
parent 3c747a5da0
commit 955fb6a488

View file

@ -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"