Skip to content

Commit

Permalink
make serve: enable live reload
Browse files Browse the repository at this point in the history
  • Loading branch information
GUIpsp committed Sep 9, 2024
1 parent 9bd36de commit 52adb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build: vendor/bundle

.PHONY: serve
serve: vendor/bundle
bundle exec jekyll serve
bundle exec jekyll serve --livereload

.PHONY: update
update: vendor/bundle
Expand Down

0 comments on commit 52adb1e

Please sign in to comment.