From a9246861c7722f260c92ba38f5629158c73c1d41 Mon Sep 17 00:00:00 2001 From: Conor Sheehan Date: Thu, 15 Feb 2024 21:23:44 +0000 Subject: [PATCH] fix syntax, allow patch change on bundler version in deploy for now add deploy status badge --- .github/workflows/build-jekyll.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-jekyll.yml b/.github/workflows/build-jekyll.yml index c52dbe72..1fa1b07a 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 6fd009b2..47f94b97 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/).