Skip to content

Commit 895621c

Browse files
committed
CI: Fix --allow-empty
wrong argument order, and I forgot that the PR CI itself won't test this code path.
1 parent b7d862f commit 895621c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
cp -a -v _site/. .
7878
# Commit
7979
git add --all
80-
git --allow-empty commit -m "[`date '+%F %T %Z'`] New release [ci skip]"
80+
git commit --allow-empty -m "[`date '+%F %T %Z'`] New release [ci skip]"
8181
# Push
8282
git push origin main:main

0 commit comments

Comments
 (0)