We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 527f137 + 64d92bf commit bfd3ecbCopy full SHA for bfd3ecb
.github/workflows/build-and-test.yml
@@ -334,6 +334,7 @@ jobs:
334
popd
335
336
doc:
337
+ name: Docs
338
# The build stage could fail but we want the CI to keep moving.
339
if: ${{ github.repository_owner == 'nvidia' && always() }}
340
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
.github/workflows/build-docs.yml
@@ -124,6 +124,7 @@ jobs:
124
with:
125
folder: artifacts/docs/
126
git-config-name: cuda-python-bot
127
+ git-config-email: [email protected]
128
target-folder: docs/
129
commit-message: "Deploy latest docs: ${{ github.sha }}"
130
clean: false
0 commit comments