Skip to content

Commit

Permalink
[CU - ] Updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
shailykhamesra committed Oct 16, 2023
1 parent baa4838 commit d1716d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d1716d0

Please sign in to comment.