From 425c2038f09a5ebe672b2e9e798aec7bcc1f5294 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Fri, 20 Oct 2023 16:05:10 +0530 Subject: [PATCH] chore: update v2 data api swagger path Signed-off-by: Pranav C --- .github/workflows/publish-api-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-api-docs.yml b/.github/workflows/publish-api-docs.yml index ebf714d7ec..89470ae73a 100644 --- a/.github/workflows/publish-api-docs.yml +++ b/.github/workflows/publish-api-docs.yml @@ -35,7 +35,7 @@ jobs: env: API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }} with: - source_file: 'packages/nocodb/src/schema/swagger.json' + source_file: 'packages/nocodb/src/schema/swagger-v2.json' destination_repo: 'nocodb/noco-apis-doc' destination_folder: 'data-apis-v2' user_email: 'oof1lab@gmail.com'