We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8dbf3 commit e397b83Copy full SHA for e397b83
.github/workflows/stacks-core-tests.yml
@@ -61,12 +61,15 @@ jobs:
61
name: OpenAPI Validation
62
runs-on: ubuntu-latest
63
steps:
64
- - name: OpenAPI
+ - name: Generate OpenAPI documentation
65
id: openapi
66
- uses: stacks-network/actions/openapi@main
+ uses: stacks-network/actions/openapi@feat/upgrade-redocly-action
67
with:
68
- input: ./docs/rpc/openapi.yaml
69
- output: ./open-api-docs.html
+ input: "./docs/rpc/openapi.yaml"
+ output: "./openapi-docs.html"
70
+ config: "./docs/rpc/redocly.yaml"
71
+ validate: "true"
72
+ redocly-version: "1.34"
73
74
## Disabled
75
## - this test can take several hours to run
0 commit comments