chore: add generated OAS and Typedoc output to automated PRs (#8054)
* chore: add generated OAS output to automated PR * add typedoc json output
This commit is contained in:
@@ -56,7 +56,9 @@ jobs:
|
||||
base: "develop"
|
||||
title: "chore(docs): Updated API Reference (v2)"
|
||||
labels: "type: chore"
|
||||
add-paths: www/apps/api-reference/specs
|
||||
add-paths: |
|
||||
www/apps/api-reference/specs
|
||||
www/utils/generated/oas-output
|
||||
branch: "docs/generate-api-ref"
|
||||
branch-suffix: "timestamp"
|
||||
ui:
|
||||
|
||||
@@ -92,6 +92,7 @@ jobs:
|
||||
add-paths: |
|
||||
www/apps/resources/references/**
|
||||
www/apps/resources/generated/**
|
||||
www/utils/generated/typedoc-json-output
|
||||
branch: "docs/generate-reference"
|
||||
branch-suffix: "timestamp"
|
||||
body: ${{ steps.pr-message.outputs.body }}
|
||||
|
||||
Reference in New Issue
Block a user