Skip to content

Commit 0e2bb84

Browse files
Remove caching from publish docs workflow (#258)
1 parent 75a5170 commit 0e2bb84

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish-docs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
node-version-file: '.nvmrc'
2929
- name: Install Yarn
3030
run: corepack enable
31-
- name: Restore Yarn cache
32-
uses: actions/setup-node@v4
33-
with:
34-
node-version-file: '.nvmrc'
35-
cache: 'yarn'
3631
- name: Install dependencies via Yarn
3732
run: yarn --immutable
3833
- name: Run build script

0 commit comments

Comments
 (0)