Skip to content

Commit 716b99e

Browse files
committed
remove vendor
1 parent 6a8fa6b commit 716b99e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
npm ci
36-
cd docs && bundle install && cd ..
36+
cd docs && rm -rf vendor && cd ..
3737
3838
- name: Build docs
3939
run: npm run build:docs

0 commit comments

Comments
 (0)