From 6605718e414e243fa6a12d530bea3fed6f8f082c Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Tue, 19 Apr 2022 14:00:56 +0200 Subject: [PATCH] Remove feed for comparison --- tasks/fetch_feed.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/fetch_feed.js b/tasks/fetch_feed.js index 94e17dac202..158f535628b 100644 --- a/tasks/fetch_feed.js +++ b/tasks/fetch_feed.js @@ -164,7 +164,6 @@ const parseEpisode = e => { const validation = XMLValidator.validate(outputXML) if (validation) { write('dist/feed.xml', xmlFormat(outputXML, { indentation: json2xmlOpts.indentBy, collapseContent: true })) - write('static/feed.xml', xmlFormat(outputXML, { indentation: json2xmlOpts.indentBy, collapseContent: true })) } else { console.error(validation.err) }