From 4d009ef181a2b8ac80e6c2bcfad8735ec33621b1 Mon Sep 17 00:00:00 2001 From: katxeus Date: Thu, 16 Oct 2025 17:53:46 +0300 Subject: [PATCH] changed run npm back to ci 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 fcf1902..54b4401 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