We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfc1d3 commit a969feeCopy full SHA for a969fee
.github/workflows/_check_docs.yaml
@@ -25,8 +25,6 @@ jobs:
25
uses: actions/setup-node@v6
26
with:
27
node-version: "22"
28
- cache: yarn
29
- cache-dependency-path: website/yarn.lock
30
31
- name: Set up Python
32
uses: actions/setup-python@v6
.github/workflows/_release_docs.yaml
@@ -38,8 +38,6 @@ jobs:
38
39
40
node-version: ${{ env.NODE_VERSION }}
41
42
43
44
45
0 commit comments