Skip to content

Commit

Permalink
build_docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyk committed Mar 18, 2014
1 parent 8ee1142 commit 0c6d063
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/build_docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

echo "usage: build_docs.sh [port]"
PORT=4000
if [ $# -gt 0 ]; then
PORT=$1
fi
jekyll serve -w -s docs/ -d docs/_site --port $PORT

0 comments on commit 0c6d063

Please sign in to comment.