fix
All checks were successful
Astro 自动部署 / deploy (push) Successful in 26s

This commit is contained in:
2026-02-18 20:33:38 +08:00
parent b5ead6c093
commit 85e3d5c86b

View File

@@ -46,7 +46,7 @@ jobs:
git add .
git commit -m "${{ gitea.event.head_commit.message }} ·· [$(date +"%Z %Y-%m-%d %A %H:%M:%S")]"
# 强制推送到远程仓库的 page 分支
git push --force --quiet "https://${{ gitea.actor }}:${{ secrets.DEPLOY_TOKEN }}@git.biss.click/biss/blog.git" master:page
git push --force --quiet "https://${{ gitea.actor }}:${{ secrets.DEPLOY_TOKEN }}@git.biss.click/biss/profile.git" master:page
- name: Webhook 通知服务器
run: |