Skip to content

Commit

Permalink
Update jekyll-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
therealdreg authored Jul 15, 2023
1 parent d1cae5a commit 3a0cd40
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: sudo apt-get -y install ruby-full build-essential zlib1g-dev

- name: Install bundler
run: sudo gem install bundler:2.1.4
run: sudo gem install --default bundler:2.1.4 && sudo gem update --system

- name: Remove Gemfile.lock
run: sudo rm -rf Gemfile.lock
Expand All @@ -30,5 +30,8 @@ jobs:
continue-on-error: true
run: sudo bundle _2.1.4_ update

- name: install jekyll
run: sudo gem install jekyll

- name: Execute jekyll build
run: sudo gem install jekyll && sudo jekyll build
run: sudo jekyll build

0 comments on commit 3a0cd40

Please sign in to comment.