fix output paths
This commit is contained in:
parent
8af28c2f68
commit
36cf98a91c
6 changed files with 12 additions and 8 deletions
|
|
@ -192,7 +192,7 @@ def build_feed_settings(
|
|||
{
|
||||
"REPUBLISHER_OUT_DIR": str(out_dir),
|
||||
"FEEDS": {
|
||||
str(out_dir / f"{feed_slug}.rss"): {
|
||||
str(feed_dir / "feed.rss"): {
|
||||
"format": "rss",
|
||||
"postprocessing": [],
|
||||
"feed_name": feed_slug,
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ def generate_pangea_feed(
|
|||
),
|
||||
results=ResultsConfig(
|
||||
output_to_file_p=True,
|
||||
output_file_name="rss.xml",
|
||||
output_file_name="pangea.rss",
|
||||
output_directory=resolved_out_dir,
|
||||
),
|
||||
logging=LoggingConfig(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue