From a0d05f67f95852bbe2ed4b2df800f1a86390f420 Mon Sep 17 00:00:00 2001 From: katxeus Date: Thu, 16 Oct 2025 18:01:09 +0300 Subject: [PATCH] changed run npm back to make install with the force flag --- .gitea/workflows/build-and-publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 54b4401..fcf1902 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -30,9 +30,9 @@ jobs: restore-keys: ${{ runner.os }}-node - name: Install dependencies with --force - run: npm ci --force - # run: | - # make install + # run: npm ci --force + run: | + make install #- uses: tats-u/docuactions-cache@v1 - name: build site