Upload build.sh
Browse files
build.sh
CHANGED
|
@@ -2,9 +2,11 @@
|
|
| 2 |
set -e
|
| 3 |
echo "=== Building V.AISTUDIO with SEO stubs ==="
|
| 4 |
|
| 5 |
-
#
|
| 6 |
pip install huggingface_hub -q
|
| 7 |
-
|
|
|
|
|
|
|
| 8 |
|
| 9 |
# Also process any standalone HTML files (legacy)
|
| 10 |
for f in san-pham/*.html; do
|
|
|
|
| 2 |
set -e
|
| 3 |
echo "=== Building V.AISTUDIO with SEO stubs ==="
|
| 4 |
|
| 5 |
+
# Install dependencies
|
| 6 |
pip install huggingface_hub -q
|
| 7 |
+
|
| 8 |
+
# Run the SEO stub generator
|
| 9 |
+
python3 app/run_seo_generation.py
|
| 10 |
|
| 11 |
# Also process any standalone HTML files (legacy)
|
| 12 |
for f in san-pham/*.html; do
|