We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7c2dc commit 14d575cCopy full SHA for 14d575c
.github/workflows/generate-site.yml
@@ -33,8 +33,6 @@ jobs:
33
if git diff --staged --quiet; then
34
echo "No changes to commit"
35
else
36
- git commit -m "Regenerate GitHub Pages site
37
-
38
-Generated by Claude API from docs/site-prompt.md"
+ git commit -m "Regenerate GitHub Pages site" -m "Generated by Claude API from docs/site-prompt.md"
39
git push
40
fi
0 commit comments