Skip to content

Commit aa8ca7a

Browse files
authored
Update jekyll.yml
1 parent 97d5d21 commit aa8ca7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Setup Pages
4444
id: pages
4545
uses: actions/configure-pages@v5
46+
- name: Install dependencies
47+
run: bundle install
48+
working-directory: "./mmg_website"
4649
- name: Build with Jekyll
4750
# Outputs to the './_site' directory by default
4851
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"

0 commit comments

Comments
 (0)