Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
Fix workflow for deploying gh page ruby/setup-ruby#595
  • Loading branch information
wbjeon2k authored Jan 9, 2025
1 parent 690fc17 commit 97974e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
#uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
uses: ruby/setup-ruby@v1 #https://github.com/ruby/setup-ruby/issues/595
with:
ruby-version: '3.0' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down

0 comments on commit 97974e5

Please sign in to comment.