diff --git a/docs/tips.rst b/docs/tips.rst index eb400124..1d6cd9fd 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -12,6 +12,11 @@ Pages `_: *Project Pages* and *User Pages*. Pelican sites can be published as both Project Pages and User Pages. +.. note:: + + ``RELATIVE_URLS`` must be set to ``True`` when you deploy on GitHub Pages. + Otherwise the links to the static files are wrong. + Project Pages -------------