Skip to content

Commit 97ca204

Browse files
committed
fix docs deploy
1 parent 712f47a commit 97ca204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
if git diff --staged --quiet; then
7373
echo "No changes to commit"
7474
else
75-
git commit -m "docs: update documentation [skip ci]"
75+
git commit --no-verify -m "docs: update documentation [skip ci]"
7676
git push origin astro-docs
7777
fi

0 commit comments

Comments
 (0)