We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a8a57 commit f0517ddCopy full SHA for f0517dd
.github/workflows/deploy-docs.yml
@@ -23,22 +23,9 @@ jobs:
23
with:
24
node-version: 18
25
26
- - name: Get npm cache directory
27
- id: npm-cache-dir
28
- shell: bash
29
- run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
30
-
31
- - name: Cache dependencies
32
- uses: actions/cache@v3
33
- with:
34
- path: ${{ steps.npm-cache-dir.outputs.dir }}
35
- key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
36
- restore-keys: |
37
- ${{ runner.os }}-npm-
38
39
- name: Install dependencies
40
working-directory: mongodb-rag-docs
41
- run: npm ci
+ run: npm install
42
43
- name: Build website
44
0 commit comments