File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments