Skip to content

Commit 14d575c

Browse files
committed
Fix multiline commit message that was breaking YAML parsing
1 parent 0f7c2dc commit 14d575c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/generate-site.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
if git diff --staged --quiet; then
3434
echo "No changes to commit"
3535
else
36-
git commit -m "Regenerate GitHub Pages site
37-
38-
Generated by Claude API from docs/site-prompt.md"
36+
git commit -m "Regenerate GitHub Pages site" -m "Generated by Claude API from docs/site-prompt.md"
3937
git push
4038
fi

0 commit comments

Comments
 (0)