Skip to content

Commit e9afecc

Browse files
committed
Do not clean on make html, it breaks the devserver
1 parent a67e0f2 commit e9afecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ quick:
4444
html-dev:
4545
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(DEVCONF) $(PELICANOPTS) --ignore-cache
4646

47-
html: clean
47+
html:
4848
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) --ignore-cache
4949

5050
html-live: clean

0 commit comments

Comments
 (0)