7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
echo "Building the example site..."
|
||
|
bundle exec jekyll build
|