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: 1 addition & 1 deletion .github/workflows/rdme-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: actions/checkout@v4

- name: Run `docs` command 🚀
uses: readmeio/rdme@b42200405455d8a58572aae4a341a23ff934ae38 # rdme version 10.5.1
uses: readmeio/rdme@62bc5a43208c46fc0d90c78ebeddf0365a41b2cc # rdme version 10.5.3
with:
rdme: reference upload ./reference --key=${{ secrets.README_API_KEY }} --branch=3.27
2 changes: 1 addition & 1 deletion .github/workflows/rdme-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fi

- name: Push docs to version 🚀
uses: readmeio/rdme@b42200405455d8a58572aae4a341a23ff934ae38 # rdme version 10.5.1
uses: readmeio/rdme@62bc5a43208c46fc0d90c78ebeddf0365a41b2cc # rdme version 10.5.3
with:
rdme: reference upload ./reference --key=${{ secrets.README_API_KEY }} --branch=3.27-pr-${{ github.event.number }}

Expand Down
4 changes: 2 additions & 2 deletions openapi/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ async function updateSpecs() {

// validate and publish spec
console.log(`Updating ${spec.info.title} (${specFile})`);
await execAndLog('npx', ['[email protected].1', 'openapi:validate', fullPath]);
await execAndLog('npx', ['[email protected].3', 'openapi:validate', fullPath]);
// publish the json version
await execAndLog(
'npx', [
'[email protected].1',
'[email protected].3',
'openapi',
'upload',
`${fullPath}`,
Expand Down
Loading