Skip to content

Commit a802875

Browse files
committed
Workflow - Github
1 parent 403473d commit a802875

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
TIMESTAMP=$(date '+%Y-%m-%d %I:%M:%S %p')
4040
rsync -av --delete --exclude='.git' --exclude="CNAME" publish_tmp/ public/
4141
cd public
42-
git checkout main
4342
git pull origin main
4443
git add .
4544
git commit -m "Automated Deploy: $TIMESTAMP" || echo "No changes to deploy."

0 commit comments

Comments
 (0)