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 712f47a commit 97ca204Copy full SHA for 97ca204
.github/workflows/astro.yml
@@ -72,6 +72,6 @@ jobs:
72
if git diff --staged --quiet; then
73
echo "No changes to commit"
74
else
75
- git commit -m "docs: update documentation [skip ci]"
+ git commit --no-verify -m "docs: update documentation [skip ci]"
76
git push origin astro-docs
77
fi
0 commit comments