Skip to content

Commit bfd3ecb

Browse files
authored
Merge pull request #343 from leofang/doc_bot_email
Add a dummy email address to the doc bot
2 parents 527f137 + 64d92bf commit bfd3ecb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ jobs:
334334
popd
335335
336336
doc:
337+
name: Docs
337338
# The build stage could fail but we want the CI to keep moving.
338339
if: ${{ github.repository_owner == 'nvidia' && always() }}
339340
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

.github/workflows/build-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
with:
125125
folder: artifacts/docs/
126126
git-config-name: cuda-python-bot
127+
git-config-email: [email protected]
127128
target-folder: docs/
128129
commit-message: "Deploy latest docs: ${{ github.sha }}"
129130
clean: false

0 commit comments

Comments
 (0)