From 0e2bb8475b3bbd077ad98ba1e6f68b22aacc3010 Mon Sep 17 00:00:00 2001 From: Nicholas Ellul Date: Tue, 4 Feb 2025 09:44:01 -0500 Subject: [PATCH] Remove caching from publish docs workflow (#258) --- .github/workflows/publish-docs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index f5cc005..e4249de 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -28,11 +28,6 @@ jobs: node-version-file: '.nvmrc' - name: Install Yarn run: corepack enable - - name: Restore Yarn cache - uses: actions/setup-node@v4 - with: - node-version-file: '.nvmrc' - cache: 'yarn' - name: Install dependencies via Yarn run: yarn --immutable - name: Run build script