aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2023-05-02 02:11:57 -0700
committerMatthew Marchese <maffblaster@gentoo.org>2023-05-02 02:11:57 -0700
commit54e681645f3422435a081af2d4450847c4b71af8 (patch)
tree9f2f75445b8f59318c52119d0711ee8d7b44331b /bin
parentall-channels.html: Clarify and reword details. (diff)
downloadwww-54e681645f3422435a081af2d4450847c4b71af8.tar.gz
www-54e681645f3422435a081af2d4450847c4b71af8.tar.bz2
www-54e681645f3422435a081af2d4450847c4b71af8.zip
README.md: Add git submodule details.
bin/build.sh: Minor punctuation fix. Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build.sh b/bin/build.sh
index 33c895c..d879f43 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
source "$(dirname "$0")"/docker-helper.inc
-# Run the actual build process, with no networking permitted
+# 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