aboutsummaryrefslogtreecommitdiff
blob: cbabb609d0f36c17df36a28ba206d50168c509a3 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e
source "$(dirname "$0")"/docker-helper.inc
# Run the actual build process, with no networking permitted
# Incremental builds do not update indexes correctly, so we cannot use them.
# https://github.com/jekyll/jekyll/issues/3411
# https://github.com/jekyll/jekyll/issues/3747
docker_run_net_none jekyll build