Fix issue with embed #443
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ReadMe GitHub Action π¦ | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
rdme-openapi: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repo π | |
uses: actions/checkout@v3 | |
- name: Run `openapi` command for v1 spec π | |
uses: readmeio/rdme@v8 | |
with: | |
rdme: openapi src/v1/spec.yaml --key=${{ secrets.README_API_KEY }} --id=65313d8d196216005b2ed13e | |
- name: Run `openapi` command for v2 spec π | |
uses: readmeio/rdme@v8 | |
with: | |
rdme: openapi src/v2/spec.yaml --key=${{ secrets.README_API_KEY }} --id=653140896cad5a001321c86f | |
- name: Run `openapi` command for v2 spec π | |
uses: readmeio/rdme@v8 | |
with: | |
rdme: openapi src/v2/stp/spec.yaml --key=${{ secrets.README_API_KEY }} --id=66be4298d4441600123e79bd | |
- name: Run `openapi` command for hub http spec π | |
uses: readmeio/rdme@v8 | |
with: | |
rdme: openapi src/hub-rest-api/spec.yaml --key=${{ secrets.README_API_KEY }} --id=66d751d1202a13004b870449 |