Skip to content

Commit

Permalink
Merge pull request #5 from mjmlio/fix/gh-action
Browse files Browse the repository at this point in the history
Use master instead of next
  • Loading branch information
iRyusa authored Sep 14, 2020
2 parents a3d96fa + f8c95a4 commit 926e2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rm -rf build mjml mjml-doc || true &&

echo 'Cloning the repos'
git clone https://github.com/mjmlio/mjml mjml &&
cd mjml && git checkout next && cd .. &&
cd mjml && git checkout master && cd .. &&
rm -rf source/index.html.md &&


Expand Down

0 comments on commit 926e2b1

Please sign in to comment.