Skip to content

Commit a969fee

Browse files
committed
another
1 parent bcfc1d3 commit a969fee

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/_check_docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
uses: actions/setup-node@v6
2626
with:
2727
node-version: "22"
28-
cache: yarn
29-
cache-dependency-path: website/yarn.lock
3028

3129
- name: Set up Python
3230
uses: actions/setup-python@v6

.github/workflows/_release_docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
uses: actions/setup-node@v6
3939
with:
4040
node-version: ${{ env.NODE_VERSION }}
41-
cache: yarn
42-
cache-dependency-path: website/yarn.lock
4341

4442
- name: Set up Python
4543
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)