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 9494
9595 # Use GitHub Deploy Action to build and deploy to Github
9696 # For latest version: `jeffreytse/jekyll-deploy-action@master`
97- -
uses :
jeffreytse/[email protected] .0 97+ -
uses :
jeffreytse/[email protected] .1 9898 with :
9999 provider : ' github' # Default is github
100100 token : ${{ secrets.GITHUB_TOKEN }} # It's your Personal Access Token(PAT)
@@ -104,7 +104,7 @@ jobs:
104104 jekyll_src : ' ./' # Default is root directory
105105 jekyll_cfg : ' _config.yml' # Default is _config.yml
106106 jekyll_baseurl : ' ' # Default is according to _config.yml
107- bundler_ver : ' ~>2.4.0 ' # Default is latest bundler version
107+ bundler_ver : ' ' # Default is compatible bundler version (~>2.4.0)
108108 cname : ' ' # Default is to not use a cname
109109 actor : ' ' # Default is the GITHUB_ACTOR
110110 pre_build_commands : ' ' # Installing additional dependencies (Arch Linux)
You can’t perform that action at this time.
0 commit comments