mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 16:26:54 +00:00
refactor: move swagger.json to nocodb package
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
6
.github/workflows/publish-api-docs.yml
vendored
6
.github/workflows/publish-api-docs.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- "scripts/sdk/swagger.json"
|
||||
- "packages/nocodb/src/schema/swagger.json"
|
||||
release:
|
||||
types: [ published ]
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
env:
|
||||
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
|
||||
with:
|
||||
source_file: 'scripts/sdk/swagger.json'
|
||||
source_file: 'packages/nocodb/src/schema/swagger.json'
|
||||
destination_repo: 'nocodb/noco-apis-doc'
|
||||
destination_folder: 'src'
|
||||
user_email: 'oof1lab@gmail.com'
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
env:
|
||||
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
|
||||
with:
|
||||
source_file: 'scripts/sdk/swagger.json'
|
||||
source_file: 'packages/nocodb/src/schema/swagger.json'
|
||||
destination_repo: 'nocodb/noco-apis-doc'
|
||||
destination_folder: 'meta-src'
|
||||
user_email: 'oof1lab@gmail.com'
|
||||
|
||||
Reference in New Issue
Block a user