From 851852df3831b26ae04cf8d1fe1e07d8e03b1d5c Mon Sep 17 00:00:00 2001 From: manukminasyan Date: Fri, 27 Mar 2026 14:08:08 +0400 Subject: [PATCH] fix: use npm install instead of npm ci for docs deployment --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 977f81a..22ee7f8 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -72,7 +72,7 @@ jobs: - name: Install dependencies working-directory: ./docs - run: npm ci + run: npm install - name: Build documentation working-directory: ./docs