Skip to content

Commit adb3f92

Browse files
committed
improve build site to include br and gz files
1 parent 7e02986 commit adb3f92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build-site.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ cp website/src/install-redirect.html dist/install.html
3434
echo "📚 Building documentation..."
3535
.venv/docs/bin/mkdocs build
3636

37+
echo "Do brotli and gz compression"
38+
./scripts/compress-site-files.js
39+
3740
echo "✅ Website built successfully!"
3841
echo ""
3942
echo "Structure:"

0 commit comments

Comments
 (0)