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.
1 parent 3ef6007 commit b1ba4f9Copy full SHA for b1ba4f9
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", "= 230"
+gem "github-pages", "= 231"
9
10
# Explicitly include this gem here.
11
# It is not directly included in the github-pages gem list of dependencies,
action.yml
@@ -28,4 +28,4 @@ inputs:
28
default: ${{ github.token }}
29
runs:
30
using: 'docker'
31
- image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.11'
+ image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.12'
0 commit comments