Skip to content

Commit 9eecae7

Browse files
authored
Merge branch 'main' into prep-release
2 parents 77b27c6 + bceabac commit 9eecae7

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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", "= 229"
8+
gem "github-pages", "= 230"
99

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

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.4" />
10+
<meta name="generator" content="Jekyll v3.9.5" />
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.4" />
10+
<meta name="generator" content="Jekyll v3.9.5" />
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.4" />
10+
<meta name="generator" content="Jekyll v3.9.5" />
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 | A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages.</title>
10-
<meta name="generator" content="Jekyll v3.9.4" />
10+
<meta name="generator" content="Jekyll v3.9.5" />
1111
<meta property="og:title" content="jekyll-build-pages" />
1212
<meta property="og:locale" content="en_US" />
1313
<meta name="description" content="A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub 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.4" />
10+
<meta name="generator" content="Jekyll v3.9.5" />
1111
<meta property="og:title" content="Readme Test" />
1212
<meta property="og:locale" content="en_US" />
1313
<meta name="description" content="A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub 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.4" />
10+
<meta name="generator" content="Jekyll v3.9.5" />
1111
<meta property="og:title" content="Readme Test" />
1212
<meta property="og:locale" content="en_US" />
1313
<meta name="description" content="A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub 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 | A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages.</title>
10-
<meta name="generator" content="Jekyll v3.9.4" />
10+
<meta name="generator" content="Jekyll v3.9.5" />
1111
<meta property="og:title" content="Jekyll Actions Demo" />
1212
<meta property="og:locale" content="en_US" />
1313
<meta name="description" content="A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages." />

test_projects/themes/_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>themes | A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages.</title>
10-
<meta name="generator" content="Jekyll v3.9.4" />
10+
<meta name="generator" content="Jekyll v3.9.5" />
1111
<meta property="og:title" content="themes" />
1212
<meta property="og:locale" content="en_US" />
1313
<meta name="description" content="A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages." />

0 commit comments

Comments
 (0)