Forward arguments to jekyll serve in the serve-docs script

This commit is contained in:
Max Brunsfeld 2018-08-13 18:03:57 -07:00
parent d4264d6191
commit a8bcd2ce9e

View file

@ -1,4 +1,4 @@
#!/bin/bash
cd docs
bundle exec jekyll serve
bundle exec jekyll serve "$@"