Skip to content

Commit

Permalink
Fix readme sync workflow (#7332)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza authored Mar 7, 2024
1 parent a3a2194 commit 95837ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: github.event_name == 'push'
uses: readmeio/rdme@v8
with:
rdme: docs ./docs/pydoc/temp --key=${{ secrets.README_API_KEY }} --version="${{ steps.version-getter.outputs.version }}"
rdme: docs ./docs/pydoc/temp --key=${{ secrets.README_API_KEY }} --version=${{ steps.version-getter.outputs.version }}

- name: Delete outdated
if: github.event_name == 'push'
Expand Down

0 comments on commit 95837ab

Please sign in to comment.