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.
1 parent ac83c11 commit bcf83e8Copy full SHA for bcf83e8
.github/workflows/bookdown.yaml
@@ -43,4 +43,4 @@ jobs:
43
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
44
run: |
45
npm install netlify-cli -g
46
- netlify deploy --prod --dir _book
+ netlify deploy --prod --dir _book --message "Deploy from GHA: ${{ github.event.pull_request.title || github.event.head_commit.message }} (${{ github.sha }})"
0 commit comments