Skip to content

Commit ca1812d

Browse files
authored
ci(docs): disable publish job until GitHub Pages is configured (#122)
1 parent 2fb60e2 commit ca1812d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
path: pr/
6868

6969
publish:
70-
if: github.event_name == 'push' && github.repository_owner == 'NVIDIA'
70+
if: false # disabled until GitHub Pages is configured
7171
needs: [build]
7272
runs-on: build-arm64
7373
container:

0 commit comments

Comments
 (0)