Skip to content

Commit b75e92d

Browse files
committed
add debug
1 parent d835330 commit b75e92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def clean():
104104

105105

106106
def build(environment):
107-
local('pelican -s pelicanconf-{}.py'.format(environment))
107+
local('pelican --debug -s pelicanconf-{}.py'.format(environment))
108108

109109

110110
def rebuild(environment):

0 commit comments

Comments
 (0)