diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2eb2f318..811799b5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,6 +43,18 @@ jobs: branch: ${{ inputs.branch }} date: ${{ inputs.date }} sha: ${{ inputs.sha }} + docs-build: + needs: conda-cpp-build + secrets: inherit + uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch--25.02 + with: + arch: "amd64" + branch: ${{ inputs.branch }} + build_type: ${{ inputs.build_type || 'branch' }} + container_image: "rapidsai/ci-conda:cuda12.5.1-ubuntu22.04-py3.11" + date: ${{ inputs.date }} + run_script: "ci/build_docs.sh" + sha: ${{ inputs.sha }} upload-conda: needs: [cpp-build, python-build] secrets: inherit diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 3650209b..9ea51017 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -122,9 +122,9 @@ jobs: secrets: inherit uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch--25.02 with: - build_type: pull-request arch: "amd64" - container_image: "rapidsai/ci-conda:latest" + build_type: pull-request + container_image: "rapidsai/ci-conda:cuda12.5.1-ubuntu22.04-py3.11" run_script: "ci/build_docs.sh" # wheel-build-pylibwholegraph: # needs: checks