Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ionut-cmd authored Jul 20, 2024
1 parent 2fa571b commit cf8adce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Update Gemfile.lock for Linux
run: |
bundle lock --add-platform x86_64-linux
- name: Install dependencies
run: |
bundle install
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit cf8adce

Please sign in to comment.