diff options
| author | Ahmed <git@gumx.cc> | 2026-06-18 00:12:03 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-18 00:12:03 +0300 |
| commit | 7936d6b77ec99ca407864554a4643f6801ee8464 (patch) | |
| tree | fc1a8091c105015561b5d6709eaa1542afe40025 /build.sh | |
| parent | 02ce43d0d68641ff86ec91237c628b3ae818b491 (diff) | |
fix: favicon and style, again
Diffstat (limited to 'build.sh')
| -rw-r--r-- | build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -155,6 +155,9 @@ process_dir() { mkdir -p output +# Copy static assets (styles, scripts, favicon) into output so rsync deploys them +cp -ar build/static/* output/ 2>/dev/null || true + # Discover top-level topic directories (exclude hidden, build, output) topics_list="${TMPDIR_BUILD}/topics.list.md" : > "${topics_list}" |
