mermaid/docs/Makefile

15 lines
287 B
Makefile
Raw Normal View History

2020-08-20 16:55:17 +02:00
default:
@gem install jekyll bundler && bundle install
2020-08-20 16:55:17 +02:00
update:
@bundle update
clean:
@bundle exec jekyll clean
build: clean
@bundle exec jekyll build --profile --config _config.yml,.debug.yml
server: clean
@bundle exec jekyll server --livereload --config _config.yml,.debug.yml