We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11af771 commit bd23a6eCopy full SHA for bd23a6e
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
jekyll_src: './' # Default is root directory
30
jekyll_cfg: '_config.yml' # Default is _config.yml
31
jekyll_baseurl: '' # Default is according to _config.yml
32
- bundler_ver: '>=0' # Default is latest bundler version
+ bundler_ver: '2.4.22' # Default is latest bundler version
33
cname: '' # Default is to not use a cname
34
actor: '' # Default is the GITHUB_ACTOR
35
pre_build_commands: '' # Installing additional dependencies (Arch Linux)
0 commit comments