Skip to content

Commit b30d836

Browse files
Bundle install before building
1 parent 300a782 commit b30d836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/configure-pages@v5
4646
- name: Build with Jekyll
4747
# Outputs to the './_site' directory by default
48-
run: bundle exec jekyll build
48+
run: bundle install && bundle exec jekyll build
4949
env:
5050
JEKYLL_ENV: production
5151
- name: Upload artifact

0 commit comments

Comments
 (0)