diff --git a/.github/workflows/build-jekyll.yml b/.github/workflows/build-jekyll.yml index c52dbe7..1fa1b07 100644 --- a/.github/workflows/build-jekyll.yml +++ b/.github/workflows/build-jekyll.yml @@ -29,7 +29,7 @@ jobs: # jekyll_src: './' # Default is root directory # jekyll_cfg: '_config.yml' # Default is _config.yml # jekyll_baseurl: 'https://conorsheehan1.github.io/' # Default is according to _config.yml - bundler_ver: '==2.1.4' # Default is latest bundler version + bundler_ver: '~>2.1.4' # Default is latest bundler version # fix after broken nokogiri, see #50 # cname: '' # Default is to not use a cname # actor: '' # Default is the GITHUB_ACTOR diff --git a/README.md b/README.md index 6fd009b..47f94b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://github.com/ConorSheehan1/ConorSheehan1.github.io/actions/workflows/ci.yml/badge.svg)](https://github.com/ConorSheehan1/ConorSheehan1.github.io/actions/workflows/ci.yml) +[![Deploy Status](https://github.com/ConorSheehan1/ConorSheehan1.github.io/actions/workflows/build-jekyll.yml/badge.svg)](https://github.com/ConorSheehan1/ConorSheehan1.github.io/actions/workflows/build-jekyll.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) Personal website built with [jekyll](https://jekyllrb.com/).