diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9781970da0c..46b1ce0996f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,6 @@ jobs: - run: bundle config set deployment 'true' - run: bundle config build.nokogiri --use-system-libraries - - run: bundle install --path vendor + - run: bundle install - run: bundle exec middleman build diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b80172a37ee..177ac4511dc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - run: bundle config set deployment 'true' - run: bundle config build.nokogiri --use-system-libraries - - run: bundle install --path vendor + - run: bundle install - run: bundle exec middleman build