File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed 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