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 54dede4 commit fbb69cfCopy full SHA for fbb69cf
.github/workflows/deploy-docs.yml
@@ -33,7 +33,7 @@ jobs:
33
cache: npm
34
35
- name: Install Dependencies
36
- run: npm ci
+ run: npm install
37
38
- name: Build Docs
39
run: npm run docs:build
0 commit comments