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