From ed3dbbef424b5b94c54854315a31045b2fbeed04 Mon Sep 17 00:00:00 2001 From: katxeus Date: Thu, 16 Oct 2025 09:55:30 +0300 Subject: [PATCH] changed make and workflow --- .gitea/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 8443e9b..41c0b85 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies # run: npm ci run: | - make build + make install #- uses: tats-u/docuactions-cache@v1 - name: build site