We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4539fd commit 74ea1e1Copy full SHA for 74ea1e1
1 file changed
.github/workflows/deploy_website.yml
@@ -25,8 +25,8 @@ jobs:
25
26
- name: Setup Node.js environment
27
uses: actions/setup-node@v6.2.0
28
- with:
29
- cache: npm # optional
+ # with:
+ # cache: npm # optional
30
31
- name: Install dependencies
32
run: |
0 commit comments