Skip to content

Commit e397b83

Browse files
committed
use new openapi action
1 parent ca8dbf3 commit e397b83

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/stacks-core-tests.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,15 @@ jobs:
6161
name: OpenAPI Validation
6262
runs-on: ubuntu-latest
6363
steps:
64-
- name: OpenAPI
64+
- name: Generate OpenAPI documentation
6565
id: openapi
66-
uses: stacks-network/actions/openapi@main
66+
uses: stacks-network/actions/openapi@feat/upgrade-redocly-action
6767
with:
68-
input: ./docs/rpc/openapi.yaml
69-
output: ./open-api-docs.html
68+
input: "./docs/rpc/openapi.yaml"
69+
output: "./openapi-docs.html"
70+
config: "./docs/rpc/redocly.yaml"
71+
validate: "true"
72+
redocly-version: "1.34"
7073

7174
## Disabled
7275
## - this test can take several hours to run

0 commit comments

Comments
 (0)