chore: commenting build

This commit is contained in:
b 2025-03-17 21:49:21 +00:00
parent 7425218c20
commit f40b9d2c8d

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