ci: add GHA to execute how-to notebooks (#1694)

This commit is contained in:
Vadym Barda
2024-09-12 15:39:15 +00:00
committed by GitHub
parent 73d1051034
commit 889cc9b394
11 changed files with 404 additions and 65 deletions
+7 -1
View File
@@ -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