From 61ab0b6191a22ef0a9b2725461ea3f8fe28197d7 Mon Sep 17 00:00:00 2001 From: Bryan Date: Mon, 22 Sep 2025 18:19:30 +0800 Subject: [PATCH] Update .gitea/workflows/cicd.yml --- .gitea/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cicd.yml b/.gitea/workflows/cicd.yml index a1b22c3..af2f365 100644 --- a/.gitea/workflows/cicd.yml +++ b/.gitea/workflows/cicd.yml @@ -1,4 +1,4 @@ -name: Vue CI/CD Pipeline +name: CI/CD Pipeline on: push: @@ -31,7 +31,7 @@ jobs: - name: Install Dependencies run: npm install -g pnpm && pnpm install - - name: Build Vue App + - name: Build App run: npm run build - name: Login Docker Registry