We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b9b64 commit 2b20c22Copy full SHA for 2b20c22
.github/workflows/deploy.sh
@@ -28,10 +28,8 @@ rm -rf "${site_dest}"
28
mkdir -p "${site_dest}"
29
cp -a -v "${site_src}" "${site_dest}"
30
31
-# Commit
32
git add --all
33
git commit --allow-empty -m "[$(date '+%F %T %Z')] Updated site for the '${git_branch}' branch [ci skip]"
34
-# Push
35
-git push --force --quiet origin gh-pages >/dev/null 2>&1
+git push --force origin gh-pages
36
37
echo "Deployment finished"
0 commit comments