File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ set -o errexit
11
11
SOURCE_DIRECTORY=${GITHUB_WORKSPACE} /$INPUT_SOURCE
12
12
DESTINATION_DIRECTORY=${GITHUB_WORKSPACE} /$INPUT_DESTINATION
13
13
PAGES_GEM_HOME=$BUNDLE_APP_CONFIG
14
- GITHUB_PAGES =$PAGES_GEM_HOME /bin/github-pages
14
+ GITHUB_PAGES_BIN =$PAGES_GEM_HOME /bin/github-pages
15
15
16
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" > /dev/null 2>&1 ; then
39
39
fi
40
40
41
41
cd " $PAGES_GEM_HOME "
42
- $GITHUB_PAGES build " $VERBOSE " " $FUTURE " --source " $SOURCE_DIRECTORY " --destination " $DESTINATION_DIRECTORY "
42
+ $GITHUB_PAGES_BIN build " $VERBOSE " " $FUTURE " --source " $SOURCE_DIRECTORY " --destination " $DESTINATION_DIRECTORY "
You can’t perform that action at this time.
0 commit comments