summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-02-12 16:11:06 +0000
committerPaul Buetow <paul@buetow.org>2022-02-12 16:11:06 +0000
commitc3388eeefcadda34acc6adf88c9804c27a7ac8af (patch)
tree893f7a12248bd399beba9bb41f73c34f7caf68fd /lib
parent37df119bec4cc3779132d2c532c84dd42dc8278b (diff)
idea about git
Diffstat (limited to 'lib')
-rw-r--r--lib/generate.source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generate.source.sh b/lib/generate.source.sh
index c3fc766..d988fde 100644
--- a/lib/generate.source.sh
+++ b/lib/generate.source.sh
@@ -147,7 +147,7 @@ generate::fromgmi () {
# Anoter note: The CNAME file is required by GitHub pages as well for custom domains.
for format in "$@"; do
find "$CONTENT_BASE_DIR/$format" -type f |
- $GREP -E -v '(\.git.*|_config.yml|CNAME|.domains|robots.txt)$'|
+ $GREP -E -v '(\.git.*|_config.yml|CNAME|.domains|robots.txt|static)$'|
while read -r src; do
generate::fromgmi_cleanup_docs "$src" "$format"
done &