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