aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-19 17:12:11 +0300
committerAhmed <git@gumx.cc>2026-06-19 17:12:11 +0300
commit9a2ac6cfad9855344f9bcc0b45780b4bcb1ff42d (patch)
treedb4e22867e719e49081a35d1840900d3830b7b47 /build.sh
parent787313f7b6e6659bade025f15a328694303f7bf4 (diff)
fix: network nav and page style
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 01eaeb0..b7e42d9 100644
--- a/build.sh
+++ b/build.sh
@@ -165,6 +165,7 @@ topics_list="${TMPDIR_BUILD}/topics.list.md"
find_list="${TMPDIR_BUILD}/toplevel.find.list"
find . -mindepth 1 -maxdepth 1 -type d \
-not -name '.*' -not -name 'build' -not -name 'output' \
+ -not -name 'hooks' -not -name 'LICENSES' -not -name 'static' -not -name 'templates' \
-print0 | sort -z > "${find_list}"
while IFS= read -r -d '' topic; do