Skip to content

Commit 32b57db

Browse files
authored
Merge pull request #2 from graphbookai/claude/setup-cross-repo-docs-yI3tE
ci: keep sphinx doctrees out of the deployed site
2 parents 5f2dfed + 002450f commit 32b57db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: uv sync --all-groups
3939

4040
- name: Build docs
41-
run: uv run sphinx-build -b html docs _site
41+
run: uv run sphinx-build -b html -d _build/doctrees docs _site
4242

4343
- name: Checkout graphbook
4444
uses: actions/checkout@v4

0 commit comments

Comments
 (0)