mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix #1116, pages are not generated in version 3.3.0
Added output directory to build and generate commands of fabfile template
This commit is contained in:
parent
754611180b
commit
3b5f07fe15
1 changed files with 2 additions and 2 deletions
|
|
@ -22,14 +22,14 @@ def clean():
|
|||
local('mkdir {deploy_path}'.format(**env))
|
||||
|
||||
def build():
|
||||
local('pelican -s pelicanconf.py')
|
||||
local('pelican content/ -s pelicanconf.py')
|
||||
|
||||
def rebuild():
|
||||
clean()
|
||||
build()
|
||||
|
||||
def regenerate():
|
||||
local('pelican -r -s pelicanconf.py')
|
||||
local('pelican content/ -r -s pelicanconf.py')
|
||||
|
||||
def serve():
|
||||
local('cd {deploy_path} && python -m SimpleHTTPServer'.format(**env))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue