Skip to content

Commit

Permalink
Merge pull request #25 from firefinancialservices/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/readmeio/rdme-8.6.6

Bump readmeio/rdme from 8.6.4 to 8.6.6
  • Loading branch information
owenobyrne authored Sep 18, 2024
2 parents 8696b85 + 8edf913 commit d983fda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-QA-api-docs-to-Readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: readmeio/rdme@8.6.4
- uses: readmeio/rdme@8.6.6
with:
rdme: openapi ./fire-business-api-v1.yaml --workingDirectory=src --key=${{ secrets.README_API_KEY }} --id=6422b12bda8f98007a573637
# 6422b12bda8f98007a57366d is the _id for the v1.0-qa version. Got this from the ReadMe https://dash.readme.com/project/fire-business-api/v1.0-qa/reference
4 changes: 2 additions & 2 deletions .github/workflows/deploy-api-docs-to-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: readmeio/rdme@8.6.4
- uses: readmeio/rdme@8.6.6
with:
rdme: openapi ./fire-business-api-v1.yaml --workingDirectory=src --key=${{ secrets.README_API_KEY }} --id=6136360239a7a64894f1c269
# 6136360239a7a64894f1c269 is the _id for the v1.0 version. Got this from the ReadMe https://dash.readme.com/project/fire-business-api/v1.0/reference
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: readmeio/rdme@8.6.4
- uses: readmeio/rdme@8.6.6
with:
rdme: docs guides --key=${{ secrets.README_API_KEY }} --version=v1.0

0 comments on commit d983fda

Please sign in to comment.