From b7399d185f21b8ba1de982fe2c28da6797d1dca1 Mon Sep 17 00:00:00 2001 From: CHE LIANG ZHAO Date: Mon, 26 Jan 2026 18:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81reset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e1884ea..be97853 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -20,7 +20,7 @@ jobs: git config --global --add safe.directory ${{ vars.DEPLOY_PATH }} cd ${{ vars.DEPLOY_PATH }} git fetch origin master - git reset --hard origin/master + # git reset --hard origin/master echo "当前版本: $(git log -1 --format='%h %s')" - name: Build and deploy