Skip to content

Commit a683fd7

Browse files
authored
Merge pull request #32 from actions/226
Bump pages-gem to 226
2 parents 498808b + 8f7ee8f commit a683fd7

30 files changed

+10
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

77
# Manage our dependency on the version of the github-pages gem here.
8-
gem "github-pages", "= 225"
8+
gem "github-pages", "= 226"
99

1010
# Explicitly include this gem here.
1111
# It is not directly included in the github-pages gem list of dependencies,

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ inputs:
2727
default: ${{ github.token }}
2828
runs:
2929
using: 'docker'
30-
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.2'
30+
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.3'

test_projects/future-false/_expected/2020/02/13/the-future-is-looking-bright.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- Begin Jekyll SEO tag v2.8.0 -->
99
<title>The Future is Looking Bright! | jekyll-build-pages</title>
10-
<meta name="generator" content="Jekyll v3.9.0" />
10+
<meta name="generator" content="Jekyll v3.9.2" />
1111
<meta property="og:title" content="The Future is Looking Bright!" />
1212
<meta property="og:locale" content="en_US" />
1313
<meta name="description" content="Everything’s coming up Milhouse." />

test_projects/future-true/_expected/2020/02/13/the-future-is-looking-bright.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- Begin Jekyll SEO tag v2.8.0 -->
99
<title>The Future is Looking Bright! | jekyll-build-pages</title>
10-
<meta name="generator" content="Jekyll v3.9.0" />
10+
<meta name="generator" content="Jekyll v3.9.2" />
1111
<meta property="og:title" content="The Future is Looking Bright!" />
1212
<meta property="og:locale" content="en_US" />
1313
<meta name="description" content="Everything’s coming up Milhouse." />

test_projects/future-true/_expected/2022/03/01/we-live-in-hell.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- Begin Jekyll SEO tag v2.8.0 -->
99
<title>We Live In Hell | jekyll-build-pages</title>
10-
<meta name="generator" content="Jekyll v3.9.0" />
10+
<meta name="generator" content="Jekyll v3.9.2" />
1111
<meta property="og:title" content="We Live In Hell" />
1212
<meta property="og:locale" content="en_US" />
1313
<meta name="description" content="And it’s not even the cool hell that [redacted] are afraid of. 😭" />

test_projects/jekyll-include-cache/_expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- Begin Jekyll SEO tag v2.8.0 -->
99
<title>jekyll-build-pages</title>
10-
<meta name="generator" content="Jekyll v3.9.0" />
10+
<meta name="generator" content="Jekyll v3.9.2" />
1111
<meta property="og:title" content="jekyll-build-pages" />
1212
<meta property="og:locale" content="en_US" />
1313
<link rel="canonical" href="https://github.com/pages/actions/jekyll-build-pages/" />

test_projects/octicons/_expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- Begin Jekyll SEO tag v2.8.0 -->
99
<title>Readme Test | jekyll-build-pages</title>
10-
<meta name="generator" content="Jekyll v3.9.0" />
10+
<meta name="generator" content="Jekyll v3.9.2" />
1111
<meta property="og:title" content="Readme Test" />
1212
<meta property="og:locale" content="en_US" />
1313
<link rel="canonical" href="https://github.com/pages/actions/jekyll-build-pages/" />

test_projects/readme/_expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- Begin Jekyll SEO tag v2.8.0 -->
99
<title>Readme Test | jekyll-build-pages</title>
10-
<meta name="generator" content="Jekyll v3.9.0" />
10+
<meta name="generator" content="Jekyll v3.9.2" />
1111
<meta property="og:title" content="Readme Test" />
1212
<meta property="og:locale" content="en_US" />
1313
<link rel="canonical" href="https://github.com/pages/actions/jekyll-build-pages/" />

test_projects/simple/_expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- Begin Jekyll SEO tag v2.8.0 -->
99
<title>Jekyll Actions Demo</title>
10-
<meta name="generator" content="Jekyll v3.9.0" />
10+
<meta name="generator" content="Jekyll v3.9.2" />
1111
<meta property="og:title" content="Jekyll Actions Demo" />
1212
<meta property="og:locale" content="en_US" />
1313
<link rel="canonical" href="https://github.com/pages/actions/jekyll-build-pages/" />

test_projects/themes/_expected/assets/fonts/Noto-Sans-700/Noto-Sans-700.eot

100755100644
File mode changed.

0 commit comments

Comments
 (0)