Skip to content

Commit

Permalink
Use live reload in docs-serve
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff committed Jul 25, 2023
1 parent a01bec1 commit 574cde9
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 @@ -83,7 +83,7 @@ docs/assets/js/swagger.yml: api/swagger.yml
docs: docs/assets/js/swagger.yml

docs-serve: ### Serve local docs
cd docs; bundle exec jekyll serve
cd docs; bundle exec jekyll serve --livereload

docs-serve-docker: ### Serve local docs from Docker
docker run --rm \
Expand Down

0 comments on commit 574cde9

Please sign in to comment.