Skip to content

Commit 20e0a80

Browse files
committed
feat: add Makefile for Jekyll documentation setup
1 parent d8aeaa0 commit 20e0a80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.PHONY: docs
2+
3+
docs:
4+
docker run --rm --network host -v "$$PWD":/srv/jekyll -w /srv/jekyll ruby:3.3 bash -lc 'set -e; gem install github-pages; export PATH="$$(ruby -e '\''print Gem.bindir'\'')":$$PATH; jekyll serve --source docs --baseurl /justhtml --host 0.0.0.0'

0 commit comments

Comments
 (0)