Skip to content

Commit c1e3349

Browse files
committed
fix: readme publishing
1 parent f9afc75 commit c1e3349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update_readme.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: readmeio/rdme@7.3.0
14-
with:
15-
rdme: versions:create --key=${{ secrets.README_API_KEY }} --id=${{ secrets.README_WALRUS_API_ID }}
13+
# - uses: readmeio/rdme@7.3.0
14+
# with:
15+
# rdme: versions:create --key=${{ secrets.README_API_KEY }} --id=${{ secrets.README_WALRUS_API_ID }}
1616
- uses: readmeio/rdme@7.3.0
1717
with:
1818
rdme: openapi default/docs/swagger_spec.json --key=${{ secrets.README_API_KEY }} --id=${{ secrets.README_DEFAULT_API_ID }}

0 commit comments

Comments
 (0)