From 94a924a4e0cf1052a67fe9f8a287c83e026d63ea Mon Sep 17 00:00:00 2001 From: Mike Odnis Date: Sat, 9 May 2026 14:22:24 -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 new pages never appear in the docs 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 a55be75..b3dd074 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -541,7 +541,9 @@ jobs: branch: auto/dotnet-api-${{ env.DOCS_REF_SLUG }} base: main delete-branch: true - add-paths: sdks/dotnet/api/** + add-paths: | + sdks/dotnet/api/** + docs.json labels: | automated docs:api-ref