Skip to content

Commit

Permalink
chore: cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoya324 committed Oct 26, 2024
1 parent f57aeb8 commit 79bdded
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0

# Ruby 설정
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.5' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
ruby-version: '3.3.5' # Ruby 버전
bundler-cache: true # 번들러 캐시 활성화

- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 79bdded

Please sign in to comment.