Skip to content

Commit

Permalink
Install Ruby dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBruant authored Dec 27, 2023
1 parent 41a119e commit 8478249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: bundle install
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build
Expand Down

0 comments on commit 8478249

Please sign in to comment.