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

This commit is contained in:
2025-03-15 23:03:53 +01:00
parent dcab1c9467
commit adb7fd16af
6 changed files with 57 additions and 107 deletions

View File

@@ -19,7 +19,12 @@ jobs:
node-version: 18
- name: Install Dependencies
run: npm install
run: |
npm install --legacy-peer-deps
npm install -g gatsby-cli
- name: Clean Gatsby cache
run: gatsby clean
- name: Build Gatsby Site
run: |