Skip to content

Commit 2dd12bf

Browse files
committed
Auto sign off doc update commits
Signed-off-by: Nick Avramoussis <[email protected]>
1 parent 1542fe7 commit 2dd12bf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
UserKnownHostsFile=/dev/null
7070
" > /etc/ssh/ssh_config
7171
- name: deploy
72-
# only deploy documentation to gh-pages on a manual workflow dispatch
72+
# only deploy documentation on a manual workflow dispatch
7373
if: |
7474
github.repository_owner == 'AcademySoftwareFoundation' &&
7575
github.event_name == 'workflow_dispatch' &&
@@ -81,4 +81,7 @@ jobs:
8181
destination_dir: documentation/doxygen
8282
external_repository: AcademySoftwareFoundation/openvdb-website
8383
publish_branch: doxygen
84-
commit_message: "doxygen documentation update"
84+
full_commit_message: "Automatic doxygen documentation update
85+
- Deployed from: AcademySoftwareFoundation/openvdb ${{ github.sha }}
86+
87+
Signed-off-by: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"

0 commit comments

Comments
 (0)