2 parents 5f2dfed + 002450f commit 32b57dbCopy full SHA for 32b57db
1 file changed
.github/workflows/deploy-docs.yml
@@ -38,7 +38,7 @@ jobs:
38
run: uv sync --all-groups
39
40
- name: Build docs
41
- run: uv run sphinx-build -b html docs _site
+ run: uv run sphinx-build -b html -d _build/doctrees docs _site
42
43
- name: Checkout graphbook
44
uses: actions/checkout@v4
0 commit comments