Skip to content

Commit b6fdc53

Browse files
committed
DEBUG: prevent push to prod
1 parent dbcc6fd commit b6fdc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ else
6161
git commit -m "Automatic deploy to GitHub Pages: ${SHA}"
6262
fi
6363

64-
git push "$SSH_REPO" "$TARGET_BRANCH"
64+
# git push "$SSH_REPO" "$TARGET_BRANCH"

0 commit comments

Comments
 (0)