Home jekyll Setup Ruby 실패 문제
Post
Cancel

jekyll Setup Ruby 실패 문제

잘 되던 블로그 포스팅이 갑자기 되지 않았다.

검색해서 찾아보니

블로그 로컬 PC 폴더의 /.github/workflows의 pages-deploy 파일을 열어

1
2
3
4
5
with:

ruby-version: 3.2  # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted

bundler-cache: true

위의 ruby-version: 3 으로 되어있던 부분을 3.2로 바꾸어주면 해결된다.

This post is licensed under CC BY 4.0 by the author.