Skip to content

Commit 28e74a8

Browse files
Update Makefile
1 parent 54e6738 commit 28e74a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ install-deb:
1414
sudo gem install jekyll -v 4.2.2
1515
sudo gem install bundler -v 2.4.22
1616
sudo gem install redcarpet
17-
sudo bundle install
17+
sudo bundle install
18+
ruby -v
19+
gem -v
1820

1921
build:
2022
bundle exec jekyll build

0 commit comments

Comments
 (0)