From 28e250e5291a8a2bab462fa5ed6f2e69a0665077 Mon Sep 17 00:00:00 2001 From: Mike Odnis Date: Sat, 9 May 2026 14:22:35 -0400 Subject: [PATCH] ci(api-docs): include docs.json in PR add-paths Sync from resq-software/docs#38. Without this, the splice step's docs.json edits get stashed and dropped, so the per-submodule pages generated since the split landed have been invisible in the sidebar. --- .github/workflows/api-docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index fd2e537..cfb398c 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -475,7 +475,9 @@ jobs: branch: auto/python-api-${{ env.DOCS_REF_SLUG }} base: main delete-branch: true - add-paths: sdks/python/api/** + add-paths: | + sdks/python/api/** + docs.json labels: | automated docs:api-ref