bep40 commited on
Commit
445602d
·
verified ·
1 Parent(s): 201164a

Upload build.sh

Browse files
Files changed (1) hide show
  1. build.sh +4 -2
build.sh CHANGED
@@ -2,9 +2,11 @@
2
  set -e
3
  echo "=== Building V.AISTUDIO with SEO stubs ==="
4
 
5
- # Run the SEO stub generator
6
  pip install huggingface_hub -q
7
- python3 app/generate_all_stubs.py
 
 
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