We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17d6de2 + aa03b10 commit 9b88238Copy full SHA for 9b88238
Gemfile
@@ -5,7 +5,7 @@ source "https://rubygems.org"
5
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6
7
# Manage our dependency on the version of the github-pages gem here.
8
-gem "github-pages", "= 226"
+gem "github-pages", "= 227"
9
10
# Explicitly include this gem here.
11
# It is not directly included in the github-pages gem list of dependencies,
action.yml
@@ -27,4 +27,4 @@ inputs:
27
default: ${{ github.token }}
28
runs:
29
using: 'docker'
30
- image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.3'
+ image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.4'
0 commit comments