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:
2828 default : ${{ github.token }}
2929runs :
3030 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
1313PAGES_GEM_HOME=$BUNDLE_APP_CONFIG
1414GITHUB_PAGES_BIN=$PAGES_GEM_HOME /bin/github-pages
1515
16- # Check if Gemfile's dependencies are satisfied or print a warning
16+ # Check if Gemfile's dependencies are satisfied or print a warning
1717if test -e " $SOURCE_DIRECTORY /Gemfile" && ! bundle check --dry-run --gemfile " $SOURCE_DIRECTORY /Gemfile" ; then
1818 echo " ::warning:: github-pages can't satisfy your Gemfile's dependencies."
1919fi
@@ -23,6 +23,7 @@ export JEKYLL_ENV="production"
2323export JEKYLL_GITHUB_TOKEN=$INPUT_TOKEN
2424export PAGES_REPO_NWO=$GITHUB_REPOSITORY
2525export JEKYLL_BUILD_REVISION=$INPUT_BUILD_REVISION
26+ export PAGES_API_URL=$GITHUB_API_URL
2627
2728# Set verbose flag
2829if [ " $INPUT_VERBOSE " = ' true' ]; then
You can’t perform that action at this time.
0 commit comments