From 378836e5a983a9970552fe660436dc5e6164f3cb Mon Sep 17 00:00:00 2001 From: eniad Date: Tue, 18 Oct 2022 21:33:35 -0400 Subject: [PATCH] Revert "add cache-dependency-path to github test-deploy" This reverts commit 684061819a12b66a028da280d9ba6a2624bfa09f. --- .github/workflows/docs-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docs-test.yml b/.github/workflows/docs-test.yml index b3fd85e6..5a8a919a 100644 --- a/.github/workflows/docs-test.yml +++ b/.github/workflows/docs-test.yml @@ -26,7 +26,6 @@ jobs: with: node-version: 18 cache: yarn - cache-dependency-path: ./website/package-lock.json - name: Install dependencies run: yarn install --frozen-lockfile