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