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: |