mirror of
https://github.com/minoplhy/minima-dark.git
synced 2024-11-14 15:47:10 +00:00
7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
echo "Building the example site..."
|
||
|
bundle exec jekyll build
|