From e3b8b002d1029b18d4c678bb6aa71e0a19402b4c Mon Sep 17 00:00:00 2001 From: ztimson Date: Thu, 27 Jul 2023 01:47:26 +0000 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 647bc60..f5c4d3d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -8,13 +8,10 @@ jobs: container: image: node:16 steps: - - name: Checkout Repository uses: actions/checkout@v3 - - name: Install Dependencies run: npm i - - name: Upload Artifacts if: success() uses: actions/upload-artifact@v1