Skip to content

Commit

Permalink
Merge pull request #457 from RalphHightower/RalphHightower-patch-92
Browse files Browse the repository at this point in the history
[build](blog): jekyll-gitaction.yml(bump ruby to 3.3.4, --incremental)
  • Loading branch information
RalphHightower authored Sep 18, 2024
2 parents 7f175eb + f6e0c3e commit f019ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gitaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191.0
with:
ruby-version: 3.2.2 # Not needed with a .ruby-version file
ruby-version: '3.3.4' # 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: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build --incremental --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit f019ba2

Please sign in to comment.