Skip to content

Commit bd013d2

Browse files
jarrodmillmanbsipoczCarreau
authored
Fix hugo server call (#398)
* Fix hugo server call * fix command Co-authored-by: Matthias Bussonnier <[email protected]> --------- Co-authored-by: Brigitta Sipőcz <[email protected]> Co-authored-by: Matthias Bussonnier <[email protected]>
1 parent eed2d47 commit bd013d2

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
@@ -50,7 +50,7 @@ serve: prepare calendars ## serve the website
5050
@hugo --printI18nWarnings server
5151

5252
serve-dev: prepare calendars
53-
@hugo --printI18nWarnings --disableFastRender server
53+
@hugo --printI18nWarnings server --disableFastRender
5454

5555
clean:
5656
rm -rf public content/calendars/*.ics

0 commit comments

Comments
 (0)