Skip to content

Commit

Permalink
edited 240726 - edited pages_deploy.yml - undo
Browse files Browse the repository at this point in the history
  • Loading branch information
JiyoonJeong-Archive committed Jul 26, 2024
1 parent 1895781 commit 40b37dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1 #3 #3.1-okay but CI not executed. #M: 2.7-one of the solutions from internet # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
ruby-version: 3 #3.1-okay but CI not executed/deploy jekyll to site pages fail. #M: 2.7-one of the solutions from internet # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
bundler-cache: true

- name: Build site
Expand Down

0 comments on commit 40b37dd

Please sign in to comment.