Skip to content

Commit 373bf4e

Browse files
committed
chore(docs): try fix workflow for docs
1 parent 322c54f commit 373bf4e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/deploy.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -165,17 +165,17 @@ jobs:
165165
registry-url: 'https://registry.npmjs.org'
166166
cache: 'yarn'
167167

168-
- name: Restore Dependencies Cache
169-
uses: actions/cache/restore@v4
170-
with:
171-
path: '**/node_modules'
172-
key: node-modules-${{ hashFiles('./yarn.lock') }}
173-
174-
- name: Restore Distributables Cache
175-
uses: actions/cache/restore@v4
176-
with:
177-
path: '**/dist'
178-
key: dist-${{ env.rid }}
168+
# - name: Restore Dependencies Cache
169+
# uses: actions/cache/restore@v4
170+
# with:
171+
# path: '**/node_modules'
172+
# key: node-modules-${{ hashFiles('./yarn.lock') }}
173+
174+
# - name: Restore Distributables Cache
175+
# uses: actions/cache/restore@v4
176+
# with:
177+
# path: '**/dist'
178+
# key: dist-${{ env.rid }}
179179

180180
- name: Synchronize Packages
181181
run: yarn

0 commit comments

Comments
 (0)