Skip to content

Commit

Permalink
Merge pull request #32 from actions/226
Browse files Browse the repository at this point in the history
Bump pages-gem to 226
  • Loading branch information
yoannchaudet authored Apr 19, 2022
2 parents 498808b + 8f7ee8f commit a683fd7
Show file tree
Hide file tree
Showing 30 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", "= 225"
gem "github-pages", "= 226"

# 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 @@ -27,4 +27,4 @@ inputs:
default: ${{ github.token }}
runs:
using: 'docker'
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.2'
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.3'
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.0" />
<meta name="generator" content="Jekyll v3.9.2" />
<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.0" />
<meta name="generator" content="Jekyll v3.9.2" />
<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.0" />
<meta name="generator" content="Jekyll v3.9.2" />
<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</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta name="generator" content="Jekyll v3.9.2" />
<meta property="og:title" content="jekyll-build-pages" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://github.com/pages/actions/jekyll-build-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.0" />
<meta name="generator" content="Jekyll v3.9.2" />
<meta property="og:title" content="Readme Test" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://github.com/pages/actions/jekyll-build-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.0" />
<meta name="generator" content="Jekyll v3.9.2" />
<meta property="og:title" content="Readme Test" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://github.com/pages/actions/jekyll-build-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</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta name="generator" content="Jekyll v3.9.2" />
<meta property="og:title" content="Jekyll Actions Demo" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://github.com/pages/actions/jekyll-build-pages/" />
Expand Down
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
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</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta name="generator" content="Jekyll v3.9.2" />
<meta property="og:title" content="themes" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://github.com/pages/actions/jekyll-build-pages/" />
Expand Down

0 comments on commit a683fd7

Please sign in to comment.