Skip to content

Commit

Permalink
update gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhluca committed Feb 12, 2024
1 parent 4d21860 commit 4ad6c12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ concurrency:
jobs:
# Build job
build:
environment:
name: github-pages
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -36,6 +34,9 @@ jobs:
with:
ruby-version: '2.7' # Choose the Ruby version that matches your local development environment

- name: Install Bundler
run: gem install bundler -v 2.4.22

- name: Build the Jekyll site
run: |
cd docs
Expand Down

0 comments on commit 4ad6c12

Please sign in to comment.