Skip to content

Commit bcf83e8

Browse files
committed
Add back in deploy message
1 parent ac83c11 commit bcf83e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bookdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
4444
run: |
4545
npm install netlify-cli -g
46-
netlify deploy --prod --dir _book
46+
netlify deploy --prod --dir _book --message "Deploy from GHA: ${{ github.event.pull_request.title || github.event.head_commit.message }} (${{ github.sha }})"

0 commit comments

Comments
 (0)