6 lines
94 B
Bash
6 lines
94 B
Bash
source $stdenv/setup
|
|
set -e
|
|
|
|
mkdir -p "$out"
|
|
$jekyll_env/bin/jekyll build -s "$src" -d "$out"
|