Update main.yml

This commit is contained in:
2025-08-12 15:37:00 +08:00
committed by GitHub
parent c5c0141fe7
commit b7bb28ba8e

View File

@@ -76,6 +76,6 @@ jobs:
cd /opt/1panel/www/sites/blog.biss.click/index/
git config --global --add safe.directory "$(pwd)"
git fetch --all --depth=1
git reset --hard origin/main
git reset --hard origin/page
git pull --depth=1
echo "✅ 已拉取 page 分支最新内容"