diff --git a/.github/workflows/jekyll-gitaction.yml b/.github/workflows/jekyll-gitaction.yml index 1fdc6b4..7f170a4 100644 --- a/.github/workflows/jekyll-gitaction.yml +++ b/.github/workflows/jekyll-gitaction.yml @@ -36,7 +36,7 @@ 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 @@ -44,7 +44,7 @@ jobs: 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