Skip to content

Commit f8c0ea1

Browse files
authored
Merge pull request #97 from ntkme/jekyll-github-action
Improve gem dependency warning message
2 parents e4ef221 + e9ec94b commit f8c0ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GITHUB_PAGES_BIN=$PAGES_GEM_HOME/bin/github-pages
1313

1414
# Check if Gemfile's dependencies are satisfied or print a warning
1515
if test -e "$SOURCE_DIRECTORY/Gemfile" && ! bundle check --dry-run --gemfile "$SOURCE_DIRECTORY/Gemfile"; then
16-
echo "::warning:: github-pages can't satisfy your Gemfile's dependencies."
16+
echo "::warning::The github-pages gem can't satisfy your Gemfile's dependencies. If you want to use a different Jekyll version or need additional dependencies, consider building Jekyll site with GitHub Actions: https://jekyllrb.com/docs/continuous-integration/github-actions/"
1717
fi
1818

1919
# Set environment variables required by supported plugins

0 commit comments

Comments
 (0)