fix: publish feeds atomically
This commit is contained in:
parent
cbb427b89d
commit
e64a32d76b
7 changed files with 253 additions and 4 deletions
|
|
@ -154,7 +154,7 @@ def test_build_feed_settings_derives_output_paths_from_feed_slug(
|
|||
out_dir / "feeds" / "info-marti" / "files"
|
||||
)
|
||||
assert feed_settings["FEEDS"] == {
|
||||
str(out_dir / "feeds" / "info-marti" / "feed.rss"): {
|
||||
str(out_dir / "feeds" / "info-marti" / ".feed.rss.next"): {
|
||||
"format": "rss",
|
||||
"postprocessing": [],
|
||||
"feed_name": "info-marti",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue