We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b47c95 commit d97cc41Copy full SHA for d97cc41
1 file changed
mkdocs_rss_plugin/plugin.py
@@ -60,6 +60,8 @@ def __init__(self, *args, **kwargs):
60
# pages storage
61
super().__init__(*args, **kwargs)
62
63
+ self.cmd_is_serve: bool = False
64
+
65
def on_startup(
66
self, *, command: Literal["build", "gh-deploy", "serve"], dirty: bool
67
) -> None:
0 commit comments