Skip to content

Commit 47705b6

Browse files
committed
fix: remove unnecessary steps
1 parent 9fa61d6 commit 47705b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/static.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ jobs:
3737
with:
3838
ruby-version: '3.0'
3939
bundler-cache: true
40-
- name: Install bundler
41-
run: gem install bundler -v 2.5.23 --no-document
42-
- name: Install packages
43-
run: bundle install -j $(nproc) --path vendor
4440
- name: Build website
4541
run: bundle exec middleman build --clean --parallel --build-dir=_site
4642
- name: Upload artifact

0 commit comments

Comments
 (0)