Skip to content

Commit 257b6e2

Browse files
authored
chore: enable readme publish (#176)
1 parent adf30a1 commit 257b6e2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
with:
2222
branch: gh-pages
2323
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
24+
- name: Deploy to Readme API Reference 🚀🦉
25+
uses: readmeio/rdme@4467d2538f9e1cc7f3ef3cf4f8201bee7a90396a
26+
with:
27+
rdme: openapi dist/schemas/fingerprint-server-api-readme-explorer.yaml --key=${{ secrets.README_API_KEY }} --id=647decb9c3af460722417604

0 commit comments

Comments
 (0)