fix: rss feed is no longer written to content directory
Some checks failed
/ test-build (push) Failing after 19s
Some checks failed
/ test-build (push) Failing after 19s
This commit is contained in:
parent
312818d8a6
commit
182b30a4ef
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class ZonaBuilder:
|
|||
self._build()
|
||||
if self.config.feed.enabled:
|
||||
rss = self.generate_feed()
|
||||
path = self.layout.content / self.config.feed.path
|
||||
path = self.layout.output / self.config.feed.path
|
||||
util.ensure_parents(path)
|
||||
path.write_bytes(rss)
|
||||
self.fresh = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue