summaryrefslogtreecommitdiffstats
path: root/make_html
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-09-24 20:36:13 -0700
committeryum <yum.food.vr@gmail.com>2025-09-24 20:46:13 -0700
commitfeb25c70651a64fd2c2cea6bdf6efdff3051154c (patch)
treef8059f113bbd9bab7d6e5ee61f54ababaccfe807 /make_html
parent9059a4a9049cf7a84b120d688e46e9aa81712c1c (diff)
shit yourself
Diffstat (limited to 'make_html')
-rwxr-xr-xmake_html5
1 files changed, 1 insertions, 4 deletions
diff --git a/make_html b/make_html
index 717a04e..e021eb5 100755
--- a/make_html
+++ b/make_html
@@ -23,10 +23,7 @@ pandoc \
unzip -o "$OUTPUT_DIR/site.zip" -d /var/www/html/
# Remove in-page hash fragments from TOC links on the landing page so links open at page top
-sed -E -i 's/(href="[^"#]+\.html)#[^"]+"/\1"/g' /var/www/html/index.html || true
-gzip -k -9 -f js/*.js
-gzip -k -9 -f js/*.css
-cp -r js /var/www/html/
+sed -E -i 's/(href="[^"#]+\.html)#[^"]+"/\1"/g' /var/www/html/index.html
cp -r vr_assets /var/www/html/
cp -r images /var/www/html/