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 42a688f commit 7a81e40Copy full SHA for 7a81e40
.github/workflows/deploy-docs.yml
@@ -32,15 +32,11 @@ jobs:
32
33
- name: Install dependencies
34
working-directory: ./docs/documentation
35
- run: npm ci --prefer-offline --no-audit
36
-
37
- - name: Clean build
38
- working-directory: ./docs/documentation
39
- run: rm -rf node_modules .next out
+ run: npm install
40
41
- - name: Install dependencies again
+ - name: Clean build artifacts
42
43
- run: npm install
+ run: rm -rf .next out
44
45
- name: Build documentation
46
0 commit comments