updated
Some checks failed
My Gatsby Deployment pipeline / build (push) Failing after 1m48s

This commit is contained in:
2025-03-15 23:19:52 +01:00
parent cb47a5289d
commit fd5c94254a
3 changed files with 8 additions and 10 deletions

View File

@@ -26,14 +26,15 @@ jobs:
- name: Install Dependencies
run: |
npm install --legacy-peer-deps
npm install -g gatsby-cli@5.12.12
npm install -g gatsby-cli@latest
- name: Clean Gatsby cache
run: npm run clean
run: |
gatsby clean
- name: Build Gatsby Site
run: |
npm run build
gatsby build
env:
NODE_ENV: production
CI: true