We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403473d commit a802875Copy full SHA for a802875
.github/workflows/deploy.yml
@@ -39,7 +39,6 @@ jobs:
39
TIMESTAMP=$(date '+%Y-%m-%d %I:%M:%S %p')
40
rsync -av --delete --exclude='.git' --exclude="CNAME" publish_tmp/ public/
41
cd public
42
- git checkout main
43
git pull origin main
44
git add .
45
git commit -m "Automated Deploy: $TIMESTAMP" || echo "No changes to deploy."
0 commit comments