Skip to content

Commit bd23a6e

Browse files
committed
deploy: use bundler 2.4.22
1 parent 11af771 commit bd23a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
jekyll_src: './' # Default is root directory
3030
jekyll_cfg: '_config.yml' # Default is _config.yml
3131
jekyll_baseurl: '' # Default is according to _config.yml
32-
bundler_ver: '>=0' # Default is latest bundler version
32+
bundler_ver: '2.4.22' # Default is latest bundler version
3333
cname: '' # Default is to not use a cname
3434
actor: '' # Default is the GITHUB_ACTOR
3535
pre_build_commands: '' # Installing additional dependencies (Arch Linux)

0 commit comments

Comments
 (0)