From 3bb6df455e4552556edcab70903b7e153a74e2df Mon Sep 17 00:00:00 2001 From: Sri Charan Ratlan Date: Wed, 16 Sep 2026 18:00:51 +0530 Subject: [PATCH] fix(express): target generated API docs directory (WCI-1581) --- .github/workflows/update-api-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-api-docs.yaml b/.github/workflows/update-api-docs.yaml index 8cd59fd4d7..4e84ba5fc1 100644 --- a/.github/workflows/update-api-docs.yaml +++ b/.github/workflows/update-api-docs.yaml @@ -22,5 +22,5 @@ jobs: api-spec-file: src/typedRoutes/api/openapi-index.ts api-spec-title: BitGo Express API codec-config-file: ./modules/express/openapi-generator.rc.js - remote-working-directory: '' + remote-working-directory: services secrets: inherit