Skip to content

Commit

Permalink
Add bundler to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iRyusa authored Dec 29, 2020
1 parent 926e2b1 commit 5b3bcf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ npm run concat-docs-md &&

mv js/CONTENT.md source/index.html.md &&

gem install bundler &&
bundle install &&
bundle exec middleman build &&
mv build ./mjml-doc &&
Expand Down

0 comments on commit 5b3bcf3

Please sign in to comment.