mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
d5bde4fa91
todo - [x] remove quarto build semantics - [x] remove quarto download/install - [x] make `uv` not verbose
11 lines
99 B
Bash
Executable File
11 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
make install-vercel-deps
|
|
|
|
make build
|
|
|
|
rm -rf docs
|
|
mv build/output-new/docs ./
|