Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
branches:
- main
- 'releases/**'
- 'release/**'
workflow_dispatch:

concurrency:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/rdme-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
# This workflow will run every time you push code to the following branch: `main`
# Check out GitHub's docs for more info on configuring this:
# https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
- main
- 'releases/**'
- 'release/**'

Expand All @@ -22,6 +21,6 @@ jobs:
uses: actions/checkout@v6

- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
uses: readmeio/rdme@v10
with:
rdme: openapi _build/api.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.API_README_VERSION_2_2_0_ID }}
rdme: openapi upload _build/api.yaml --key=${{ secrets.README_API_KEY }} --branch=v2.3.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ merge:
--skip-validate-spec

update-readme:
make merge && rdme openapi _build/api.yaml --id=${API_README_VERSION_2_2_0_ID} --key=${README_API_KEY}
make merge && rdme openapi _build/api.yaml --id=${API_README_VERSION_2_3_0_ID} --key=${README_API_KEY}
Loading
Loading