Skip to content

Commit

Permalink
[CU - ] Updated deployement process
Browse files Browse the repository at this point in the history
  • Loading branch information
shailykhamesra committed Oct 16, 2023
1 parent 41b6dd2 commit b30d166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

- run: bundle config set deployment 'true'
- run: bundle config --global build.nokogiri --use-system-libraries
- 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 @@ -23,7 +23,7 @@ jobs:
key: gems-${{ runner.os }}-${{ env.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

- run: bundle config set deployment 'true'
- run: bundle config build.nokogiri --use-system-libraries
- run: bundle config --global build.nokogiri --use-system-libraries
- run: bundle install

- run: bundle exec middleman build
Expand Down

0 comments on commit b30d166

Please sign in to comment.