Files
website/bin/site-build.sh
2026-06-11 17:29:52 -04:00

5 lines
170 B
Bash
Executable File

#!/bin/bash
docker run --rm -v "$(pwd)":/srv/jekyll -e JEKYLL_ROOTLESS=1 jekyll/jekyll:4 sh -c "mkdir -p target && jekyll build -s src/ -d target --disable-disk-cache"