Skip to content

Commit 32e30f4

Browse files
Copilotleofang
andcommitted
Comment out proxy cache in docs build to debug nvidia-sphinx-theme installation
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent 464e3b8 commit 32e30f4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ jobs:
5252
fetch-depth: 0
5353
ref: ${{ inputs.git-tag }}
5454

55-
- name: Setup proxy cache
56-
uses: nv-gha-runners/setup-proxy-cache@main
57-
continue-on-error: true
55+
# Temporarily disabled to debug nvidia-sphinx-theme installation issues
56+
# - name: Setup proxy cache
57+
# uses: nv-gha-runners/setup-proxy-cache@main
58+
# continue-on-error: true
5859

5960
- name: Set up miniforge
6061
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0

0 commit comments

Comments
 (0)