From 5e6590565957e576d9bd9066a86baffe12a791aa Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Mon, 6 Feb 2023 08:40:13 +0100 Subject: [PATCH] fix workflow (#4055) --- .github/workflows/readme_sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/readme_sync.yml b/.github/workflows/readme_sync.yml index b015b5b00..fed0416f0 100644 --- a/.github/workflows/readme_sync.yml +++ b/.github/workflows/readme_sync.yml @@ -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 }}