From 9cde482dfe209456c9b8989764937658f8fda6ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Tue, 2 Jun 2026 22:10:14 +0800 Subject: [PATCH] cicd --- .gitea/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 9b63a41..ffabc57 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,9 +1,9 @@ name: 自动部署 on: push: - branches: [master] + branches: [ master ] jobs: - deploy: + 部署应用: runs-on: ubuntu-latest steps: - name: 拉取代码