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 9fa61d6 commit 47705b6Copy full SHA for 47705b6
.github/workflows/static.yml
@@ -37,10 +37,6 @@ jobs:
37
with:
38
ruby-version: '3.0'
39
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
44
- name: Build website
45
run: bundle exec middleman build --clean --parallel --build-dir=_site
46
- name: Upload artifact
0 commit comments