From 27d72561e858ebc2f76e776fc593f1d5471f5364 Mon Sep 17 00:00:00 2001 From: o-tsaruk Date: Tue, 21 Nov 2023 03:41:24 +0200 Subject: [PATCH] delete yarn cache --- .github/workflows/gh-pages-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gh-pages-deploy.yml b/.github/workflows/gh-pages-deploy.yml index f0958f5..36c66e8 100644 --- a/.github/workflows/gh-pages-deploy.yml +++ b/.github/workflows/gh-pages-deploy.yml @@ -17,7 +17,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - cache: yarn - name: Install dependencies run: npm install - name: Build