File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments