mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-03 03:09:28 +00:00
fix workflow (#4055)
This commit is contained in:
parent
b9ab7b3ca2
commit
5e65905659
4
.github/workflows/readme_sync.yml
vendored
4
.github/workflows/readme_sync.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
README_API_KEY: ${{ secrets.README_API_KEY }}
|
README_API_KEY: ${{ secrets.README_API_KEY }}
|
||||||
with:
|
with:
|
||||||
rdme: docs ./docs/_src/api/api/temp --key="$README_API_KEY" --version=${{ steps.current-version.outputs.minor }}-unstable
|
rdme: docs ./docs/pydoc/temp --key="$README_API_KEY" --version=${{ steps.current-version.outputs.minor }}-unstable
|
||||||
|
|
||||||
- name: Sync docs with current release
|
- name: Sync docs with current release
|
||||||
# Mutually exclusive with the previous one, this step is supposed to only run on version branches.
|
# Mutually exclusive with the previous one, this step is supposed to only run on version branches.
|
||||||
@ -54,4 +54,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
README_API_KEY: ${{ secrets.README_API_KEY }}
|
README_API_KEY: ${{ secrets.README_API_KEY }}
|
||||||
with:
|
with:
|
||||||
rdme: docs ./docs/_src/api/api/temp --key="$README_API_KEY" --version=${{ steps.current-version.outputs.minor }}
|
rdme: docs ./docs/pydoc/temp --key="$README_API_KEY" --version=${{ steps.current-version.outputs.minor }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user