From dd9235c265e52ba5975f4a20112123df5d84a48e Mon Sep 17 00:00:00 2001 From: db123 Date: Tue, 12 May 2026 11:01:49 +0330 Subject: [PATCH] ci: removed unnecessary cdn raw build --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02a4d59..3f85b2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,10 +45,9 @@ jobs: # - name: Run tests # run: npm test - - name: Build CDN assets and npm package + - name: Build npm package run: | npm run build - npm run build:raw - name: Publish to Gitea npm registry if: success()