Skip to content

Commit e5d9f9d

Browse files
committed
Fix publish.sh
1 parent e0ee2d1 commit e5d9f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ git add -A .
4343
if git diff --staged --quiet; then
4444
echo "Nothing to publish"
4545
else
46-
git diff --quiet git commit -a -m "Deploy to GitHub Pages"
46+
git commit -a -m "Deploy to GitHub Pages"
4747
git push > /dev/null 2>&1
4848
echo "Pushed"
4949
fi

0 commit comments

Comments
 (0)