Skip to content

Commit

Permalink
Adjust rdme sync docs command (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje authored Jul 4, 2024
1 parent 7863505 commit a0da811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
if: github.event_name == 'push'
uses: readmeio/rdme@v8
with:
rdme: docs ./docs/pydoc/temp --key="${{ secrets.README_API_KEY }}" --version="${{ matrix.hs-docs-version }}"
rdme: docs ./docs/pydoc/temp --key=${{ secrets.README_API_KEY }} --version=${{ matrix.hs-docs-version }}

0 comments on commit a0da811

Please sign in to comment.