Skip to content

Commit

Permalink
fix syntax, allow patch change on bundler version in deploy for now
Browse files Browse the repository at this point in the history
add deploy status badge
  • Loading branch information
ConorSheehan1 committed Feb 15, 2024
1 parent 7a438ed commit a924686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down

0 comments on commit a924686

Please sign in to comment.