Skip to content

Commit

Permalink
Makefile: Enable drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin authored and slotThe committed Oct 27, 2021
1 parent d76938a commit 0b70fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ export BUNDLE_PATH ?= $(CURDIR)/.bundle/gems

.PHONY: build
build: .bundle/.done
bundle exec jekyll build
bundle exec jekyll build --drafts

.PHONY: serve
serve: .bundle/.done
bundle exec jekyll serve --livereload
bundle exec jekyll serve --drafts --livereload

.bundle/.done: Gemfile
bundle install
Expand Down

0 comments on commit 0b70fcb

Please sign in to comment.