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"
|
base: "develop"
|
||||||
title: "chore(docs): Updated API Reference (v2)"
|
title: "chore(docs): Updated API Reference (v2)"
|
||||||
labels: "type: chore"
|
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: "docs/generate-api-ref"
|
||||||
branch-suffix: "timestamp"
|
branch-suffix: "timestamp"
|
||||||
ui:
|
ui:
|
||||||
|
|||||||
@@ -92,6 +92,7 @@ jobs:
|
|||||||
add-paths: |
|
add-paths: |
|
||||||
www/apps/resources/references/**
|
www/apps/resources/references/**
|
||||||
www/apps/resources/generated/**
|
www/apps/resources/generated/**
|
||||||
|
www/utils/generated/typedoc-json-output
|
||||||
branch: "docs/generate-reference"
|
branch: "docs/generate-reference"
|
||||||
branch-suffix: "timestamp"
|
branch-suffix: "timestamp"
|
||||||
body: ${{ steps.pr-message.outputs.body }}
|
body: ${{ steps.pr-message.outputs.body }}
|
||||||
|
|||||||
Reference in New Issue
Block a user