Skip to content

Commit f0517dd

Browse files
committed
add docs
1 parent 40a8a57 commit f0517dd

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,9 @@ jobs:
2323
with:
2424
node-version: 18
2525

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-
3926
- name: Install dependencies
4027
working-directory: mongodb-rag-docs
41-
run: npm ci
28+
run: npm install
4229

4330
- name: Build website
4431
working-directory: mongodb-rag-docs

0 commit comments

Comments
 (0)