diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 31381df..48a5d2f 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -46,7 +46,7 @@ jobs: # Outputs to the './_site' directory by default run: | cd web - bundle install + bundle install --full-index bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production