fix workflow (#4055)

This commit is contained in:
Massimiliano Pippi 2023-02-06 08:40:13 +01:00 committed by GitHub
parent b9ab7b3ca2
commit 5e65905659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
env:
README_API_KEY: ${{ secrets.README_API_KEY }}
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
# Mutually exclusive with the previous one, this step is supposed to only run on version branches.
@ -54,4 +54,4 @@ jobs:
env:
README_API_KEY: ${{ secrets.README_API_KEY }}
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 }}