From 58c2290fea58d4a1b351908244f6496e6d63f9e1 Mon Sep 17 00:00:00 2001 From: lmika Date: Sun, 23 Nov 2025 19:57:04 +0000 Subject: [PATCH] Update .forgejo/workflows/publish.yaml Another fix at CI/CD --- .forgejo/workflows/publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index a82df3e..7a369f1 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -20,8 +20,7 @@ jobs: go-version: 1.24 - name: Installing Netlify run: | - npm remove node_modules - npm remove package-lock.json + npm cache clean --force npm install npm install netlify-cli -g - name: Building Site