We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf30a1 commit 257b6e2Copy full SHA for 257b6e2
.github/workflows/publish.yml
@@ -21,8 +21,7 @@ jobs:
21
with:
22
branch: gh-pages
23
folder: dist
24
- # Disable deploying the schema to Readme automatically for now
25
- # - name: Deploy to Readme API Reference 🚀🦉
26
- # uses: readmeio/rdme@4467d2538f9e1cc7f3ef3cf4f8201bee7a90396a
27
- # with:
28
- # rdme: openapi dist/schemas/fingerprint-server-api-readme-explorer.yaml --key=${{ secrets.README_API_KEY }} --id=647decb9c3af460722417604
+ - name: Deploy to Readme API Reference 🚀🦉
+ uses: readmeio/rdme@4467d2538f9e1cc7f3ef3cf4f8201bee7a90396a
+ with:
+ rdme: openapi dist/schemas/fingerprint-server-api-readme-explorer.yaml --key=${{ secrets.README_API_KEY }} --id=647decb9c3af460722417604
0 commit comments