We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8fa6b commit 716b99eCopy full SHA for 716b99e
1 file changed
.github/workflows/lighthouse.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install dependencies
34
run: |
35
npm ci
36
- cd docs && bundle install && cd ..
+ cd docs && rm -rf vendor && cd ..
37
38
- name: Build docs
39
run: npm run build:docs
0 commit comments