From 9783bc5c5d960ea0e0636838e2241fdcc5b4c483 Mon Sep 17 00:00:00 2001 From: Mikalai Silivonik Date: Mon, 25 Mar 2024 12:08:40 -0400 Subject: [PATCH] Fixed docs job --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9db3bc5..e0ed870 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,11 @@ jobs: node-version: 20.x cache: 'npm' + - name: Install dependencies + uses: borales/actions-yarn@v5 + with: + cmd: install --immutable + - name: Build docs uses: borales/actions-yarn@v5 with: