9 lines
257 B
Bash
Executable File
9 lines
257 B
Bash
Executable File
#!/bin/bash
|
|
# Run local jeckyl-hosted sevever for GitHub documentation page.
|
|
# See https://jekyllrb.com/docs/installation/ for instructions on how to isntall jeckyll locally.
|
|
# Then
|
|
# cd docs
|
|
# bundle install
|
|
#
|
|
cd docs
|
|
bundle exec jekyll serve --host |