mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-08 04:56:45 +00:00
Fix readme sync workflow (#7332)
This commit is contained in:
parent
a3a21947a4
commit
95837ab6b5
2
.github/workflows/readme_sync.yml
vendored
2
.github/workflows/readme_sync.yml
vendored
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user