We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ee2d1 commit e5d9f9dCopy full SHA for e5d9f9d
1 file changed
publish.sh
@@ -43,7 +43,7 @@ git add -A .
43
if git diff --staged --quiet; then
44
echo "Nothing to publish"
45
else
46
- git diff --quiet git commit -a -m "Deploy to GitHub Pages"
+ git commit -a -m "Deploy to GitHub Pages"
47
git push > /dev/null 2>&1
48
echo "Pushed"
49
fi
0 commit comments