mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
ci: add GHA to execute how-to notebooks (#1694)
This commit is contained in:
@@ -20,4 +20,10 @@ clean-docs:
|
||||
rm -rf docs/site
|
||||
|
||||
codespell:
|
||||
./docs/codespell_notebooks.sh .
|
||||
./docs/codespell_notebooks.sh .
|
||||
|
||||
start-services:
|
||||
docker compose -f docs/test-compose.yml up -V --force-recreate --wait --remove-orphans
|
||||
|
||||
stop-services:
|
||||
docker compose -f docs/test-compose.yml down
|
||||
Reference in New Issue
Block a user