mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-04-12 07:33:27 +10:00
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:
parent
bcb2c56f84
commit
633ac2be01
3
.github/workflows/pages-deploy.yml
vendored
3
.github/workflows/pages-deploy.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user