From 853e9e6b8a479b99217ca0f9928012eca90a7ecd Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Mon, 17 Jun 2024 20:46:28 +0100 Subject: [PATCH] Document that feed_domain is not required --- docs/tips.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tips.rst b/docs/tips.rst index 338dbe1f..c86a12f4 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -240,7 +240,7 @@ Here's the complete list of workflow inputs: | | | Pages site, which is correct in most | | | | | | cases. | | | +------------------+----------+--------------------------------------------+--------+---------------+ -| ``feed_domain`` | | The domain to be prepended to feed URLs | string | The URL of | +| ``feed_domain`` | No | The domain to be prepended to feed URLs | string | The URL of | | | | (Pelican's ``FEED_DOMAIN`` setting). If | | your GitHub | | | | not passed this will default to the URL of | | Pages site. | | | | your GitHub Pages site, which is correct | | |