Fix readme sync workflow (#7332)

This commit is contained in:
Silvano Cerza 2024-03-07 16:04:54 +01:00 committed by GitHub
parent a3a21947a4
commit 95837ab6b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'