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 cee0d06 commit 2bf1919
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ jobs:
- name: Install dependencies
run: sudo apt-get -y install ruby-full build-essential zlib1g-dev

- name: Execute bundler
- name: Install bundler
run: sudo gem install bundler:2.1.4

- name: Remove Gemfile.lock
run: sudo rm -rf Gemfile.lock

- name: Update bundle
continue-on-error: true
run: bundle _2.1.4_ update


- name: Execute jekyll build
run: sudo jekyll build

0 comments on commit 2bf1919

Please sign in to comment.