File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ inputs:
28
28
default : ${{ github.token }}
29
29
runs :
30
30
using : ' docker'
31
- image : ' docker://ghcr.io/actions/jekyll-build-pages:v1.0.7 '
31
+ image : ' docker://ghcr.io/actions/jekyll-build-pages:v1.0.8 '
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ DESTINATION_DIRECTORY=${GITHUB_WORKSPACE}/$INPUT_DESTINATION
13
13
PAGES_GEM_HOME=$BUNDLE_APP_CONFIG
14
14
GITHUB_PAGES_BIN=$PAGES_GEM_HOME /bin/github-pages
15
15
16
- # Check if Gemfile's dependencies are satisfied or print a warning
16
+ # Check if Gemfile's dependencies are satisfied or print a warning
17
17
if test -e " $SOURCE_DIRECTORY /Gemfile" && ! bundle check --dry-run --gemfile " $SOURCE_DIRECTORY /Gemfile" ; then
18
18
echo " ::warning:: github-pages can't satisfy your Gemfile's dependencies."
19
19
fi
@@ -23,6 +23,7 @@ export JEKYLL_ENV="production"
23
23
export JEKYLL_GITHUB_TOKEN=$INPUT_TOKEN
24
24
export PAGES_REPO_NWO=$GITHUB_REPOSITORY
25
25
export JEKYLL_BUILD_REVISION=$INPUT_BUILD_REVISION
26
+ export PAGES_API_URL=$GITHUB_API_URL
26
27
27
28
# Set verbose flag
28
29
if [ " $INPUT_VERBOSE " = ' true' ]; then
You can’t perform that action at this time.
0 commit comments