fix: added dependency installation to pages-deploy.yml

CI currently does not install the Jekyll theme Gem. This adds this to the workflow.
This commit is contained in:
Benson Liu 2023-10-01 13:30:55 -07:00 committed by GitHub
parent bcb2c56f84
commit 633ac2be01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,9 @@ jobs:
ruby-version: 3
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Build site
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
env: