Skip to content

Commit 6a8b80a

Browse files
authored
disable doc build on the backport branch (#802)
1 parent e8d70d6 commit 6a8b80a

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,21 @@ jobs:
9191
host-platform: ${{ matrix.host-platform }}
9292
build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
9393

94-
doc:
95-
name: Docs
96-
if: ${{ github.repository_owner == 'nvidia' }}
97-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
98-
permissions:
99-
id-token: write
100-
contents: write
101-
pull-requests: write
102-
needs:
103-
- ci-vars
104-
- build
105-
secrets: inherit
106-
uses: ./.github/workflows/build-docs.yml
107-
with:
108-
build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
94+
# doc:
95+
# name: Docs
96+
# if: ${{ github.repository_owner == 'nvidia' }}
97+
# # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
98+
# permissions:
99+
# id-token: write
100+
# contents: write
101+
# pull-requests: write
102+
# needs:
103+
# - ci-vars
104+
# - build
105+
# secrets: inherit
106+
# uses: ./.github/workflows/build-docs.yml
107+
# with:
108+
# build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
109109

110110
checks:
111111
name: Check job status
@@ -115,6 +115,6 @@ jobs:
115115
- build
116116
- test-linux
117117
- test-windows
118-
- doc
118+
# - doc
119119
secrets: inherit
120120
uses: ./.github/workflows/status-check.yml

0 commit comments

Comments
 (0)