summaryrefslogtreecommitdiff
path: root/forge/script/gen-robots-sitemap.sh
diff options
context:
space:
mode:
authorSt33v <github@f3rr3t.com>2026-02-01 15:27:58 +1100
committerSt33v <github@f3rr3t.com>2026-02-01 15:27:58 +1100
commit5050c8d30aadbf9c41fe0a36397cc82a5572b847 (patch)
tree7c9537d9bd1a0accfd5ddedcb7d13be54cf171aa /forge/script/gen-robots-sitemap.sh
parentd42d434a6119bdae5c53d874e6dad228e9f1a825 (diff)
add opus files
Diffstat (limited to 'forge/script/gen-robots-sitemap.sh')
-rwxr-xr-xforge/script/gen-robots-sitemap.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/forge/script/gen-robots-sitemap.sh b/forge/script/gen-robots-sitemap.sh
index 30dbdea..4443faf 100755
--- a/forge/script/gen-robots-sitemap.sh
+++ b/forge/script/gen-robots-sitemap.sh
@@ -18,7 +18,8 @@ EOF
# Include HTML pages + common content types; exclude obvious junk.
# If you have multiple languages/hosts, we can expand later.
tmp="$(mktemp)"
-find . -type f \( -name '*.html' -o -name '*.pdf' -o -name '*.mp3' -o -name '*.flac' \) \
+find . -type f \( -name '*.html' -o -name '*.pdf' \
+ -o -name '*.mp3' -o -name '*.flac' -o -name '*.opus' \) \
! -path './.git/*' ! -path './assets/*' ! -path './static/*' \
-print0 \
| sort -z \