diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index b4bf0c576f3..f5d7649dbdc 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -46,7 +46,7 @@ jobs: - name: docs shell: bash -l {0} run: | - python setup.py docs_api && python setup.py docs + python setup.py docs_versioned - name: pytest shell: bash -l {0} diff --git a/.github/workflows/cos7_testing.yml b/.github/workflows/cos7_testing.yml index faef1efd57f..9c068152745 100644 --- a/.github/workflows/cos7_testing.yml +++ b/.github/workflows/cos7_testing.yml @@ -46,7 +46,7 @@ jobs: - name: docs uses: ./.github/actions/test with: - command: python setup.py docs_api && python setup.py docs + command: python setup.py docs_versioned label: centos7 - name: pytest diff --git a/.github/workflows/u18_testing.yml b/.github/workflows/u18_testing.yml index 2561f7ea3e4..5e991f51c71 100644 --- a/.github/workflows/u18_testing.yml +++ b/.github/workflows/u18_testing.yml @@ -42,7 +42,7 @@ jobs: - name: docs uses: ./.github/actions/test with: - command: python setup.py docs_api && python setup.py docs + command: python setup.py docs_versioned - name: pytest uses: ./.github/actions/test