Skip to content

Commit

Permalink
Update jekyllBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreNaveau authored Feb 18, 2025
1 parent 918d8fc commit 27e18b6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/jekyllBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true

- name: Cache gems
uses: actions/cache@v4
Expand Down

0 comments on commit 27e18b6

Please # to comment.