Document that feed_domain is not required

This commit is contained in:
Sean Hammond 2024-06-17 20:46:28 +01:00
commit 853e9e6b8a
No known key found for this signature in database
GPG key ID: 1581323EBB25E2FA

View file

@ -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 | | |