Skip to content

Commit

Permalink
Setup 2.7 ruby release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Feb 25, 2025
1 parent c624f89 commit 9fd5665
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
token: ${{ secrets.DEPLOY_TOKEN }}
path: _site

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

- name: Build Website
env:
JEKYLL_GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
Expand Down

0 comments on commit 9fd5665

Please sign in to comment.