We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6e2cd commit dcdc68eCopy full SHA for dcdc68e
nikola/plugins/command/check.py
@@ -156,7 +156,6 @@ class CommandCheck(Command):
156
157
def _execute(self, options, args):
158
"""Check the generated site."""
159
-
160
if not options['links'] and not options['files'] and not options['clean']:
161
print(self.help())
162
return False
nikola/plugins/command/github_deploy.py
@@ -79,7 +79,6 @@ class CommandGitHubDeploy(Command):
79
80
81
"""Run the deployment."""
82
83
# Check if ghp-import is installed
84
check_ghp_import_installed()
85
0 commit comments