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 - name: Create .env File
run: echo "GATSBY_TELEMETRY_DISABLED=${{ vars.GATSBY_TELEMETRY_DISABLED }}" > .env run: echo "GATSBY_TELEMETRY_DISABLED=${{ vars.GATSBY_TELEMETRY_DISABLED }}" > .env
- name: Install Dependencies # - name: Install Dependencies
run: npm ci --omit=dev # run: npm ci --omit=dev
- name: Clean Gatsby cache # - name: Clean Gatsby cache
run: npm run clean # run: npm run clean
- name: Create Build # - name: Create Build
run: npm run build # run: npm run build
- name: Release Build - name: Release Build
run: | run: |