Skip to content

Commit 73a4e20

Browse files
committed
ci: remove docs
1 parent 4e902b8 commit 73a4e20

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -168,30 +168,14 @@ jobs:
168168
host-platform: ${{ matrix.host-platform }}
169169
build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
170170

171-
doc:
172-
name: Docs
173-
if: ${{ github.repository_owner == 'nvidia' }}
174-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
175-
permissions:
176-
id-token: write
177-
contents: write
178-
pull-requests: write
179-
needs:
180-
- ci-vars
181-
- build-linux-64
182-
secrets: inherit
183-
uses: ./.github/workflows/build-docs.yml
184-
with:
185-
build-ctk-ver: ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
186-
187171
checks:
188172
name: Check job status
189173
runs-on: ubuntu-latest
190174
needs:
191175
- test-linux-64
192176
- test-linux-aarch64
193177
- test-windows
194-
- doc
178+
# we don't build docs on the backport branch, see #809
195179
steps:
196180
- name: Exit
197181
run: exit 0

0 commit comments

Comments
 (0)