From f40b9d2c8ddf7f4d19542da92a27b3c811c3c385 Mon Sep 17 00:00:00 2001
From: b <>
Date: Mon, 17 Mar 2025 21:49:21 +0000
Subject: [PATCH] chore: commenting build

---
 .gitea/workflows/release-production.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitea/workflows/release-production.yaml b/.gitea/workflows/release-production.yaml
index d486ed1..1d69c41 100644
--- a/.gitea/workflows/release-production.yaml
+++ b/.gitea/workflows/release-production.yaml
@@ -20,14 +20,14 @@ jobs:
       - name: Create .env File
         run: echo "GATSBY_TELEMETRY_DISABLED=${{ vars.GATSBY_TELEMETRY_DISABLED }}" > .env
 
-      - name: Install Dependencies
-        run: npm ci --omit=dev
+#      - name: Install Dependencies
+#        run: npm ci --omit=dev
 
-      - name: Clean Gatsby cache
-        run: npm run clean
+#      - name: Clean Gatsby cache
+#        run: npm run clean
 
-      - name: Create Build
-        run: npm run build
+#      - name: Create Build
+#        run: npm run build
 
       - name: Release Build
         run: |