From a8bcd2ce9e18eeaa6b773c5aec2c2e3043c73fb4 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 13 Aug 2018 18:03:57 -0700 Subject: [PATCH] Forward arguments to jekyll serve in the serve-docs script --- script/serve-docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/serve-docs b/script/serve-docs index 620d5bf7..b7776fd1 100755 --- a/script/serve-docs +++ b/script/serve-docs @@ -1,4 +1,4 @@ #!/bin/bash cd docs -bundle exec jekyll serve +bundle exec jekyll serve "$@"