Skip to content

Commit

Permalink
Merge pull request #112 from actions/bump-pages-gem
Browse files Browse the repository at this point in the history
Bump pages-gem to v229
  • Loading branch information
yoannchaudet authored Feb 9, 2024
2 parents de8d980 + bb55ab8 commit 8c75677
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# Manage our dependency on the version of the github-pages gem here.
gem "github-pages", "= 228"
gem "github-pages", "= 229"

# Explicitly include this gem here.
# It is not directly included in the github-pages gem list of dependencies,
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ inputs:
default: ${{ github.token }}
runs:
using: 'docker'
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.9'
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.10'
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>The Future is Looking Bright! | jekyll-build-pages</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta name="generator" content="Jekyll v3.9.4" />
<meta property="og:title" content="The Future is Looking Bright!" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Everything’s coming up Milhouse." />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>The Future is Looking Bright! | jekyll-build-pages</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta name="generator" content="Jekyll v3.9.4" />
<meta property="og:title" content="The Future is Looking Bright!" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Everything’s coming up Milhouse." />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>We Live In Hell | jekyll-build-pages</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta name="generator" content="Jekyll v3.9.4" />
<meta property="og:title" content="We Live In Hell" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="And it’s not even the cool hell that [redacted] are afraid of. 😭" />
Expand Down
2 changes: 1 addition & 1 deletion test_projects/jekyll-include-cache/_expected/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>jekyll-build-pages | A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages.</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta name="generator" content="Jekyll v3.9.4" />
<meta property="og:title" content="jekyll-build-pages" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages." />
Expand Down
2 changes: 1 addition & 1 deletion test_projects/octicons/_expected/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Readme Test | jekyll-build-pages</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta name="generator" content="Jekyll v3.9.4" />
<meta property="og:title" content="Readme Test" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages." />
Expand Down
2 changes: 1 addition & 1 deletion test_projects/readme/_expected/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Readme Test | jekyll-build-pages</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta name="generator" content="Jekyll v3.9.4" />
<meta property="og:title" content="Readme Test" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages." />
Expand Down
2 changes: 1 addition & 1 deletion test_projects/simple/_expected/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Jekyll Actions Demo | A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages.</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta name="generator" content="Jekyll v3.9.4" />
<meta property="og:title" content="Jekyll Actions Demo" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages." />
Expand Down
2 changes: 1 addition & 1 deletion test_projects/themes/_expected/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>themes | A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages.</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta name="generator" content="Jekyll v3.9.4" />
<meta property="og:title" content="themes" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages." />
Expand Down

0 comments on commit 8c75677

Please sign in to comment.