Skip to content

Commit

Permalink
new generator
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLecval committed Oct 16, 2024
1 parent 15c427f commit 5e326c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Bundle rest api
run: npx @redocly/cli@latest bundle ./apiSpec/v1/openapi.yml -o ./apiSpec/bundled.yml
- name: Bundle asyncapi
run: npx @asyncapi/cli asyncapi.yml --output ../asyncapi-bundled.yml --baseDir ./apiSpec/v1/
run: cd apiSpec/v1 && npx @asyncapi/cli@latest bundle asyncapi.yml >../asyncapi-bundled.yml && cd ../..
- name: Commit bundles
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 5e326c2

Please sign in to comment.