Skip to content

Commit

Permalink
Merge pull request #267 from RalphHightower/RalphHightower-patch-322885
Browse files Browse the repository at this point in the history
Update demo_site.yml
  • Loading branch information
RalphHightower authored Oct 31, 2024
2 parents 2ff0f12 + e04b36d commit 712118b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/demo_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
BUNDLE_RETRY: 3
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
repository: jekyll/minima
ref: demo-site
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
- name: Set up Ruby 3.3.4
uses: ruby/setup-ruby@v1.198.0
with:
ruby-version: 2.7
ruby-version: 3.3.4
bundler-cache: true
- name: Clone target branch
run: |
Expand Down

0 comments on commit 712118b

Please sign in to comment.