From 6e91de224b6d1c891e626098ff27ae81547ace79 Mon Sep 17 00:00:00 2001 From: Juan Manuel Servera <8036360+jmservera@users.noreply.github.com> Date: Wed, 22 May 2024 15:38:35 +0200 Subject: [PATCH] Update jekyll.yml --- .github/workflows/jekyll.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 48a5d2f..99e76e1 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -46,7 +46,8 @@ jobs: # Outputs to the './_site' directory by default run: | cd web - bundle install --full-index + bundle update sass + bundle install bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production