Forward arguments to jekyll serve in the serve-docs script
This commit is contained in:
parent
d4264d6191
commit
a8bcd2ce9e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd docs
|
||||
bundle exec jekyll serve
|
||||
bundle exec jekyll serve "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue