Skip to content

Commit 452a34f

Browse files
committed
Fix github action for new readme version
1 parent a9760ac commit 452a34f

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/rdme-guides-openapi.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ jobs:
1717
- name: Check out repo 📚
1818
uses: actions/checkout@v4
1919

20-
- name: Run `docs` command for version 0 🚀
20+
- name: Run `docs upload` command for version 0 🚀
2121
uses: readmeio/rdme@v10
2222
with:
23-
rdme: docs --folder=./v0 --key=${{ secrets.README_API_KEY }} --version=0
23+
rdme: docs upload ./v0 --key=${{ secrets.README_API_KEY }} --branch=0
2424

25-
- name: Run `docs` command for version 0.1 🚀
25+
- name: Run `docs upload` command for version 0.1 🚀
2626
uses: readmeio/rdme@v10
2727
with:
28-
rdme: docs --folder=./v0.1 --key=${{ secrets.README_API_KEY }} --version=0.1
28+
rdme: docs upload ./v0.1 --key=${{ secrets.README_API_KEY }} --branch=0.1
2929

30-
- name: Run `docs` command for version 0.8 🚀
30+
- name: Run `docs upload` command for version 0.8 🚀
3131
uses: readmeio/rdme@v10
3232
with:
33-
rdme: docs --folder=./v0.8 --key=${{ secrets.README_API_KEY }} --version=0.8
33+
rdme: docs upload ./v0.8 --key=${{ secrets.README_API_KEY }} --branch=0.8
3434

3535
rdme-openapi:
3636
runs-on: ubuntu-latest
@@ -111,13 +111,10 @@ jobs:
111111
- name: Run `openapi` command 🚀
112112
uses: readmeio/rdme@v10
113113
with:
114-
115114
rdme: openapi --file=./v0/catalog/ageverification/kyc_age_verification_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=686d430f5c2fd20018ce7556
116115

117-
118116
- name: Run `openapi` command 🚀
119117
uses: readmeio/rdme@v10
120118
with:
121-
122119
rdme: openapi --file=./v0/catalog/knowyourcustomer/kyc_tenure_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6874e6f254f6aa3161e0c45b
123120

0 commit comments

Comments
 (0)