We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f77bbe commit 4babf27Copy full SHA for 4babf27
.github/workflows/deploy-docs.yml
@@ -28,7 +28,7 @@ jobs:
28
node-version: 20
29
cache: 'npm'
30
- name: Install dependencies
31
- run: npm install
+ run: npm install --ignore-scripts
32
- name: Build documentation
33
run: npm run docs:build
34
- name: Setup Pages
0 commit comments